https://github.com/dvrpc/traffic-count-viewer
Traffic count web-viewer for the DVRPC's Travel Monitoring programs.
https://github.com/dvrpc/traffic-count-viewer
frontend web
Last synced: 5 months ago
JSON representation
Traffic count web-viewer for the DVRPC's Travel Monitoring programs.
- Host: GitHub
- URL: https://github.com/dvrpc/traffic-count-viewer
- Owner: dvrpc
- Created: 2015-06-10T17:34:58.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-19T19:04:57.000Z (6 months ago)
- Last Synced: 2025-12-22T08:20:00.189Z (6 months ago)
- Topics: frontend, web
- Language: JavaScript
- Homepage: https://www.dvrpc.org/webmaps/TrafficCounts/
- Size: 28 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: License/OpenFreigthApp_LICENSE.md
Awesome Lists containing this project
README
# Traffic Count App
This regional traffic count app is built to utilize Delaware Valley Regional Planning Commission (DVRPC) feature services to access DVRPC regional transportation counts for the Delaware Valley.
## Development
The Traffic Count app is built on top of ESRI Leaflet for map services and Bootstrap for styling. Code dependencies and static assets are hosted locally. The app is served and bundled through Webpack.
Custom application code is all in [`/js/map.js`](https://github.com/dvrpc/traffic-count-viewer/blob/main/lib/js/map.js). Location autocomplete pulls from a local object found at [`/data/search_locations.js`](https://github.com/dvrpc/traffic-count-viewer/blob/main/data/search_locations.js).
## Getting Started
Requires `node` and `npm`
- `git clone` into directory
- `npm install`
- `npm start`
## Build Process
- `npm run build`
- copy bundle into staging folder