An open API service indexing awesome lists of open source software.

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

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)
[![NPM Version](https://img.shields.io/npm/v/ca-highway-conditions.svg)](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)
[![NPM Version](https://img.shields.io/npm/v/ca-highway-conditions-fetcher.svg)](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)
[![NPM Version](https://img.shields.io/npm/v/ca-highway-conditions-parser.svg)](https://npmjs.org/package/ca-highway-conditions-parser)

A library that parses the highway conditions format into JSON.