https://github.com/dvrpc/phillyfreightfinder
PhillyFreightFinder is the product of DVRPC’s continuing, comprehensive freight planning program. This application was built by DVRPC to serve as a public information portal for the DVRPC freight data program.
https://github.com/dvrpc/phillyfreightfinder
frontend web
Last synced: 5 months ago
JSON representation
PhillyFreightFinder is the product of DVRPC’s continuing, comprehensive freight planning program. This application was built by DVRPC to serve as a public information portal for the DVRPC freight data program.
- Host: GitHub
- URL: https://github.com/dvrpc/phillyfreightfinder
- Owner: dvrpc
- Created: 2014-08-28T12:02:18.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T20:27:08.000Z (7 months ago)
- Last Synced: 2026-01-14T00:19:49.048Z (5 months ago)
- Topics: frontend, web
- Language: HTML
- Homepage: https://www.dvrpc.org/webmaps/phillyfreightfinder
- Size: 71.9 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DVRPC PhillyFreightFinder
PhillyFreightFinder is the product of DVRPC’s continuing, comprehensive freight planning program. This program enables carriers and shippers to participate in the metropolitan planning process and identifies freight transportation trends and needs in the region. This application was built by DVRPC to serve as a public information portal for the DVRPC freight data program.
This project is maintained through DVRPC's Freight Planning work program.
The live application is available at [https://www.dvrpc.org/webmaps/phillyfreightfinder/](https://www.dvrpc.org/webmaps/phillyfreightfinder/)
## Development
This repo covers the front-end web components of the PhillyFreightFinder data platform. The app is built with jquery, leaflet, and d3 as the primary libraries.
To contribute to the project:
1. clone the repo with `git clone https://github.com/dvrpc/phillyfreightfinder.git`
2. `npm install`
Grunt watch will udpate build as changes are saved.
## Build
This application currently uses grunt for build processes. After `npm install` is run, Grunt will update the `html/` directory with the compiled application code.