https://github.com/hubendubler/arc-viewer
View your Arc App data in the browser
https://github.com/hubendubler/arc-viewer
app arc arcapp geodata viewer
Last synced: 9 days ago
JSON representation
View your Arc App data in the browser
- Host: GitHub
- URL: https://github.com/hubendubler/arc-viewer
- Owner: hubendubler
- License: mit
- Created: 2021-08-23T09:23:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T21:30:34.000Z (about 4 years ago)
- Last Synced: 2025-10-06T03:55:12.836Z (9 days ago)
- Topics: app, arc, arcapp, geodata, viewer
- Language: TypeScript
- Homepage:
- Size: 4.67 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arc Viewer
This viewer aims to provide the ability to navigate and view exported JSON files
from [Big Paua's Arc App](https://www.bigpaua.com/arcapp/) as well as providing
a simple timeline for animations.[Go to viewer](https://hubendubler.github.io/arc-viewer)
## Development
For local development, a Mapbox access token is required. You can create one in
your [Mapbox account](https://account.mapbox.com/).Place the token in a `.env.local` file in the root of the repository:
```
REACT_APP_MAPBOX_ACCESS_TOKEN=XXXXXXXXXXXXXXXX
```For the environment to start, first install the dependencies
via `yarn`, then run `yarn start`.