Traffic Incidents App
This is a basic ReactJS application that makes use of the TomTom Traffic API to display traffic incidents (based on the location dictated by your IP address) in tabular form.
It is a Work-in-Progress!
Getting Started
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/infoverload/trafficincidents.git
> cd trafficincidents
> npm install
> npm start