From af480b6cf64d33f76cd8b81d6aea318fefabd428 Mon Sep 17 00:00:00 2001 From: George Jose Date: Fri, 9 Jun 2017 19:50:37 -0400 Subject: [PATCH] Updated documentation --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 269e00a..cbe7305 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ # Where's my TTC? -A near-realtime visualization of TTC vehicles using [react-map-gl](https://github.com/uber/react-map-gl) & [nextbus API](https://www.nextbus.com) +A near-realtime visualization of Toronto Transit Commission vehicles using [react-map-gl](https://github.com/uber/react-map-gl) & [nextbus API](https://www.nextbus.com) Deployed at [https://georgejose.com/projects/livetransit/](https://georgejose.com/projects/livetransit/) ### Screenshots +

+ +### Features + +- View locations of vehicles +- Click and drag to pan map +- Scroll to zoom +- Color indicator on all markers that range from red to green depending on when location was last updated + +### Planned Features + +- Optimize rendering further by only rendering markers that fall within a specific threshold of map bounds +- Mobile support using hammer.js +- Ability to enter an address +- Ability to toggle display of specific routes