Skip to content

luqmaan/instabus-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An experiment that uses Flux and react-leaflet.

Instabus displays transit data, so it uses Leaflet to display vehicles, stops and polylines along a route. I have a StopStore, VehicleStore, RouteStore and PolylineStore: https://github.com/luqmaan/instabus-react/blob/master/client/js/stores/.

image

A lesser version of https://github.com/luqmaan/instabus

Give it a whirl:

git clone https://github.com/luqmaan/instabus-react.git
cd instabus-react
npm install
gulp clean && gulp