Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ekenes/national-park-visits

This app allows you to explore visitation numbers to national parks 1905-2020
https://github.com/ekenes/national-park-visits

cartography data-visualization esri esri-javascript-api national-parks

Last synced: 23 days ago
JSON representation

This app allows you to explore visitation numbers to national parks 1905-2020

Awesome Lists containing this project

README

        

# national-park-visits

This app allows you to explore visitation numbers to national parks 1905-2020. [View the live app](https://ekenes.github.io/national-park-visits/), and read about [how the app was built](https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/inset-maps-for-the-web/) on the [ArcGIS Blog](https://www.esri.com/arcgis-blog/overview/).

## Build the app

Follow these steps to host the code locally and make modifications:

1. Download the code.
2. Open the terminal and navigate to the root of this project: `$ cd national-park-visits`
3. Run `npm run tsc -w`
4. Make your modifications.