An app that provides historical data and the ability to comment on Seattle's bike paths. The City of Seattle collects bike counter data at 10 locations. We wanted to utilize the Seattle bike-share data to show users how many bikers are using these routes. This link will direct you to the backend repository.
The Seattle Cycling Trafic application was created to provide cyclists with a consolidated view of trail options and bicycle traffic patterns. The application empowers users to make informed decisions about which bike trail is best for them and the times to ride.
- Clone this repository
- Run
bundle install
in terminal - Run the backend server - refer to backend repository
- Open the index.html in preferred browser
- Enjoy Seattle Bike Traffic
Users can:
- Select a bike trail
- View a dynamic map with all bike counter locations
- View a bike trail's location, distance, and type
- View a graph of the bike counter data info
- Create a comment about the selected bike trail
- Delete a comment that was recently posted
- Report a problem to the City of Seattle
- Rails as API
- JavaScript
- Canvas.js
- Leaflet
- Boostrap
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. For a copy of the GNU General Public License along write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.