An app that provides historical data and the ability to comment on Seattle's bike trails. 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 cyclists are using these routes. This link will direct you to the frontend 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 - using rails server
- Open the frontend application - refer to frontend 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 and start/end points of bike trails
- 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 on a trail
- Bike Counter Data from City of Seattle (https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/bike-counters)
- Fast JSON API
- 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.