An open API service indexing awesome lists of open source software.

https://github.com/xta/tourism_by_sea_level

tourism X sea level
https://github.com/xta/tourism_by_sea_level

Last synced: 10 months ago
JSON representation

tourism X sea level

Awesome Lists containing this project

README

          

# Tourism X Sea Level

## Development

// setup dependencies
npm install

// build assets for site (index.html)
gulp

#### Internal Build Tools

// create locations_raw.json using destinations.json
node assets/js/src/lib/destinations_importer.js

// create locations_geocoded.json with GPS coords
node assets/js/src/lib/geocoder.js

// create locations_with_elevation.json with elevation info
node assets/js/src/lib/elevation_importer.js

// create sorted_locations_with_elevation.json
node assets/js/src/lib/sorter.js

// write sorted_locations_with_elevation.json into root index.html
node assets/js/src/lib/writer.js