Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/FCC/contours-api-node

Enterprise Contours Node API
https://github.com/FCC/contours-api-node

api contours data data-visualization geospatial gis map

Last synced: about 1 month ago
JSON representation

Enterprise Contours Node API

Awesome Lists containing this project

README

        

# Contours API (Node.JS)
**System Requirements**: Node.JS v4
### Local Setup
1. Clone the repository.

2. Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.

3. Install node modules.
```
npm install
```

4. Test the app.
```
npm test
```

5. Build the docs (HTML, LESS/CSS, JS).

Development
```
grunt
```
Production
```
grunt build:release
```

6. Run the app.
```
npm start
```

### Project Info
[Contours JIRA Project](https://jira.fcc.gov/browse/CONTOURS/)

### Application Info
[Contours APPINFO Page](https://jira.fcc.gov/browse/APPINFO-82/)