Processes LocalData responses into the Chicago 311 system. Intended for use in combination with LocalData.
Install envrun with npm install envrun -g
Clone the repository. Install dependencies with npm install
. Copy and customise settings in sample.env
.
envrun --path -e environment.env node app.js
To test, run this command from the project root:
make test
MIT.