Skip to content

WSDOT-GIS/wsdot-traveler-info-js

Repository files navigation

WSDOT Traveler Information API Client

JavaScript client library for WSDOT Traveler Information API.

  • Supports Node and browser environments.
  • Written in TypeScript.

Browser needs proxy

Since the WSDOT Traveler Information API does not currently support Cross-Origin Resource Sharing (CORS), a proxy must be used in a browser environment.

Development Environment

Visual Studio Code

Testing

This project uses Jasmine for testing.

Usage

Install from NPM

npm install wsdot-traveler-info --save

See the JavaScript and TypeScript files in the spec folder for usage examples.