Playing around with the Toplogger API to create a map of boulders in a gym
Warning
🚨 Deprecation Notice 🚨
This project has been archived and is no longer maintained. It was built using the Toplogger API, but since Toplogger fully migrated their API to be GraphQL based, this implementation no longer functions.
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the app running.
If you're using Visual Studio Code I recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
Build an optimised version of the app:
npm run build
for unofficial Toplogger API documentation you can check out the wiki of this repository