EddyIonescu / isotransit

Isochrones for everyone!
http://isotransit.com
0 stars 0 forks source link

IsoTransit

IsoTransit is a map that allows you to make time-based isochrones to see how far you can get by driving or public transit.

Driving

Transit

Short Drive + Rapid Transit

Getting Started

IsoTransit uses ReasonReact, a framework made by Facebook that using Bucklescript (OCaml-to-JS) compiles ReasonML (OCaml but more Javascripty) into ReactJS. The resulting ReactJS code is clean, optimized, pure, and of course, type-safe.

MapBox (Mapbox.GL) is used for the map. Deck.GL is used to draw the isochrones. Google Maps API is used for the suggestions bar, and Bing Maps Isochrone API is used to generate the isochrone shapes.