https://github.com/Vuurvos1/toploggerMap
Toplogger like maps
https://github.com/Vuurvos1/toploggerMap
boulder d3 map
Last synced: 10 months ago
JSON representation
Toplogger like maps
- Host: GitHub
- URL: https://github.com/Vuurvos1/toploggerMap
- Owner: Vuurvos1
- License: mit
- Archived: true
- Created: 2021-09-09T20:21:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T13:41:56.000Z (over 1 year ago)
- Last Synced: 2025-03-15T12:16:24.785Z (over 1 year ago)
- Topics: boulder, d3, map
- Language: Svelte
- Homepage: https://vuurvos1.github.io/climbingMap/
- Size: 758 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toplogger Map
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.
## Get started
_Note that you will need to have [Node.js](https://nodejs.org) installed._
Install the dependencies...
```bash
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:3000). You should see the app running.
If you're using [Visual Studio Code](https://code.visualstudio.com/) I recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
## Building and running in production mode
Build an optimised version of the app:
```bash
npm run build
```
## Unoficial toplogger api documentation
for unofficial Toplogger API documentation you can check out the [wiki](link) of this repository
https://github.com/vuurvos1/toploggerMap