This is a template to create mobile ready apps for all kind routes and POI, for things like hiking, biking, exploring a city etc.
It especially includes all some code on how to fetch those data from Opendatasoft datasets using our search API v2 and methods to filter those results. The source dataset is a dummy one (made from my Strava records 😛): https://eburdet.opendatasoft.com/explore/dataset/gpx/table/
Here is are a few exemple of compatible datasets from our network. You may use multiple of them and you can surely find some other nice things in our 20k+ open datasets.
This template is written in Svelte. Although not as popular as React, it is very approachable. If you are familiar with compenents/props/store based frameworks, it should be very sefl-explainatory.
If you have project and think you would benefit from a template in Vue or React, please open an issue.
Installation is straightforward. Clone or fork this repo, then :Â
yarn ## or npm install
yarn dev ## or npm run dev
Deploy on Vercel is just vercel
or setup your repo as source.