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

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

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`.