Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mstrlaw/urban-api

Urban Sensor API Service
https://github.com/mstrlaw/urban-api

Last synced: 2 days ago
JSON representation

Urban Sensor API Service

Awesome Lists containing this project

README

        

# urban-api

## Project setup
```
npm i
```
### Run with nodemon (hot-reload) & lint on save (development)
```
npm run start
```
### Compiles and minifies for production
```
npm run build
```
### Run tests
```
npm run test
```
### Linting
```
npm run lint
```