This project was generated with WebPack.
To install required package Run npm install
in project folder, It will take around 5 min.
Run npm run dev
to host application on local machine.
-
Map View Each bike station is represented by a marker on a map with the following colour coding: Red -> No free bikes Orange -> Less than 50% bikes available Green -> Greater than 75% bikes available
-
Distance-based Query Given a station name and a distance in km, the query interface will whittle down the map view to only those stations that fall within “distance” from the target station.
-
Current Usage A graphical representation of the current usage of individual stations as well as a global view.
-
Historical Usage A graphical representation of the minute-wise usage of individual stations as well as a global view.
-
Search Bar The search bar (auto complete will be brilliant) enables the user to filter the above two usage views to a particular station by its name.