Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwcook/inat-backlog-viewer


https://github.com/jwcook/inat-backlog-viewer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# inat-backlog-viewer
A photo gallery app used to view output from [inat-backlog-slogger](https://github.com/JWCook/inat-backlog-slogger).
Built with Vue, Vuetify, and Nuxt.

Example report for Arachnid observations in North America: https://inat-backlog-viewer.netlify.app

## Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# generate static site
$ npm run generate
```