A personal app that interacts with the Ravelry API to automate certain tasks and display various data in arrangements that aren't possible on the actual site.
Currently not hosted live, but if you want to try it yourself, you can do the following:
-
Visit https://www.ravelry.com/pro/developer and create a pro account/company if needed.
-
Create a new Ravelry app using the "Basic Auth, personal" credentials.
-
Clone this repo to your computer.
-
Create a
.env
file in the root of the repo's directory. Add the following (minus the brackets):VITE_RAVELRY_USERNAME=[the username from the Ravelry app you created] VITE_RAVELRY_PASSWORD=[the password from the Ravelry app you created (click "show key")] VITE_RAVELRY_ACCOUNT_NAME=[the username of your Ravelry account]
-
In the root of the repo, run
npm run dev
and open the localhost URL in your browser.
Note that this is a personal project and assumes my Ravelry tagging system is in use, so some parts may not function as expected for other accounts.