Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/FCC/contours-api-node
- Owner: FCC
- Created: 2016-07-21T14:28:29.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-30T22:39:32.000Z (about 2 years ago)
- Last Synced: 2024-04-11T15:38:01.345Z (9 months ago)
- Topics: api, contours, data, data-visualization, geospatial, gis, map
- Language: JavaScript
- Homepage: https://geo.fcc.gov/api/contours/
- Size: 7.32 MB
- Stars: 3
- Watchers: 22
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/)