gpstool/README.md

21 lines
518 B
Markdown
Raw Permalink Normal View History

2023-10-08 18:43:45 +00:00
# gpstool
A web-based tool for retrieving and converting GPS coordinates.
2023-10-08 18:59:28 +00:00
[Try it online!](garraflavatra.github.io/gpstool/)
2023-10-08 18:43:45 +00:00
![Screenshot](./.github/screenshot.png)
## Local development
gpstool is developed using [Vite](https://vitejs.dev/) and [Svelte](https://svelte.dev/), and uses [Leaflet](https://leafletjs.com/) to render the map tiles from [OpenStreetMap](https://www.openstreetmap.org/).
2023-10-08 18:43:45 +00:00
```bash
npm install
npm run dev
```
## License
Please see the [`LICENSE.md` file](./LICENSE.md) for the license.