This is the NodeJs progect used to collect data from Vivacity traffic cameras.
-
vivacity.js contains the actual code for data collection. The code iteratively at regular time intervals
-
countlines.txt contains the IDs of the countlines for which the Vivacity cameras collect data.
-
package-lock.json contains the dependencies that need to be downloaded for the Node project to run
After downloading the project on your local machine cd into the project folder and run npm install. This will downmload and install all the dependencies as specified in package-lock.json