https://github.com/splitbrain/moink
Atlas Obscura to GPX
https://github.com/splitbrain/moink
Last synced: about 1 year ago
JSON representation
Atlas Obscura to GPX
- Host: GitHub
- URL: https://github.com/splitbrain/moink
- Owner: splitbrain
- Created: 2013-08-27T19:28:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T08:10:46.000Z (almost 13 years ago)
- Last Synced: 2025-02-28T20:04:26.623Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Moink
=====

Moink converts all the places described in the [Atlas Obscura](http://www.atlasobscura.com) to a GPX file ready to import in your favorite Mapping application (which really should be [Locus](http://www.locusmap.eu/)).
## Setup and Usage ##
Install the required node packages via npm:
```
npm install
```
Then run the script and redirect the output to a file:
```
node moink.js > atlasobscura.gpx
```
## Note ##
This is not something official by Atlas Obscura. Don't be a dick. Don't redistribute their content. This is just for personal use.
Oh and it's the first thing I ever did in node.js, so use it at your own risk.
## Todo ##
- [ ] figure out the maximum ID automatically (currently hardcoded)
- [ ] have an option to filter for country
- [ ] have an option to embed images as data uri