Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mstrlaw/urban-api
- Owner: mstrlaw
- Created: 2019-11-26T19:05:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:58:30.000Z (about 2 years ago)
- Last Synced: 2023-03-01T08:01:26.396Z (almost 2 years ago)
- Language: JavaScript
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```