https://github.com/sbdchd/nyc-dot-cameras
:video_camera: A website that loads images from NYC DOT cameras.
https://github.com/sbdchd/nyc-dot-cameras
html javascript
Last synced: 11 months ago
JSON representation
:video_camera: A website that loads images from NYC DOT cameras.
- Host: GitHub
- URL: https://github.com/sbdchd/nyc-dot-cameras
- Owner: sbdchd
- Created: 2016-03-09T04:59:29.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-02-11T18:56:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T02:29:13.711Z (about 1 year ago)
- Topics: html, javascript
- Language: JavaScript
- Homepage: http://dignam.xyz/nyc-dot-cameras
- Size: 24.4 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NYC DOT Cameras
This is just a [website](http://dignam.xyz) for easier access to the NYC DOT Cameras.
Their [website](http://dotsignals.org/multiview2.php) isn't the simplest.
Although their [homepage](http://dotsignals.org) is nice.
## Usage
Navigate to [`http://dignam.xyz/nyc-dot-cameras`][0]
You can also specify a certain number of feeds to load via a hash at the end of
the URL.
[`http://dignam.xyz/nyc-dot-cameras#40`][1]
## Note
There around 425 active cameras and each camera feed provides roughly 20 KB images.
`425 * 20 KB = 8.5 MB`
So if you are expecting all the images to be loaded and updated every second,
make sure you have the bandwidth.
## Run Locally
Install Babel Stuff
```bash
npm install
```
Transpile Javascript with Babel
```bash
npm run build
```
Run a web server in the directory
```bash
npm run server
```
[0]: http://dignam.xyz/nyc-dot-cameras
[1]: http://dignam.xyz/nyc-dot-cameras#40