https://github.com/cameronhunter/ca-highway-conditions
Monorepo for California highway conditions
https://github.com/cameronhunter/ca-highway-conditions
california conditions highway weather
Last synced: 8 months ago
JSON representation
Monorepo for California highway conditions
- Host: GitHub
- URL: https://github.com/cameronhunter/ca-highway-conditions
- Owner: cameronhunter
- Created: 2017-02-23T19:40:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T07:50:09.000Z (over 8 years ago)
- Last Synced: 2025-01-06T21:42:44.813Z (9 months ago)
- Topics: california, conditions, highway, weather
- Language: HTML
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ca-highway-conditions
A monorepo of libraries and tools for parsing and reading California's Highway
conditions.## Packages
### [ca-highway-conditions](https://github.com/cameronhunter/ca-highway-conditions/tree/master/packages/ca-highway-conditions)
[](https://npmjs.org/package/ca-highway-conditions)A command-line tool for displaying the current highway notices.
### [ca-highway-conditions-fetcher](https://github.com/cameronhunter/ca-highway-conditions/tree/master/packages/ca-highway-conditions-fetcher)
[](https://npmjs.org/package/ca-highway-conditions-fetcher)A library that fetches the highway conditions from http://www.dot.ca.gov/hq/roadinfo.
### [ca-highway-conditions-parser](https://github.com/cameronhunter/ca-highway-conditions/tree/master/packages/ca-highway-conditions-parser)
[](https://npmjs.org/package/ca-highway-conditions-parser)A library that parses the highway conditions format into JSON.