Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekenes/national-park-visits
- Owner: ekenes
- License: apache-2.0
- Created: 2021-02-13T01:07:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T23:42:28.000Z (8 months ago)
- Last Synced: 2024-03-09T00:33:07.266Z (8 months ago)
- Topics: cartography, data-visualization, esri, esri-javascript-api, national-parks
- Language: TypeScript
- Homepage:
- Size: 2.39 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.