Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 923 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 923 Bytes

nyw_web_api

NYwater.info Express.Js API Server

This repository maintains all the source code for the server-side application running at NYwater.info.

Getting Started

Prerequisites

  • Node.js 8.x.x
  • npm 3.x

Installing & Configuration

  1. Install dependencies
npm install
  1. Run the docker-compose.yml file in nyw_data

Run the server

npm start

Documentation

Documentation is auto-generated from APIDoc.JS. Build the documentation with the npm run apidoc command. The hosted documentaton is available here.

License

MIT License.

Technologies used