#Spokesy
##What is it? Spokesy is a simple RoR app for making a one page Bicycle Club/Velo Club website. It uses the Twitter API and Strava API to pull in tweets and rides. The site displays these along your club info, events, and more. Spokesy requires no real coding to roll-out a site, but it also serves as a great starting point for someone wanting to make a larger application.
##Set Up & Deployment [TO BE EDITED]
- Clone spoke-geek
- $ git clone git@github.com:cousinwil/spoke-geek.git
- $ bundle install (We're using Rails 3.2.3 and Ruby 1.9.2)
- Setting up your local database for spoke-geek
- $ rake db:migrate
- $ rake db:seed
- $ rails c
- Ride.findRides
- Tweet.pull
- Add your own events
- Visit http://localhost:3000/sign_in
- Sign in with the following credentials: ride@spoke-geek.com / foobar
- Go to http://localhost:3000/events/new
- Create your own event, if the date of the event is before 8/4 and after yesterday's date the event will show up on the home page
##Credits
- Wil Everts (@cousinwil): Project Founder, UI Development
- Dosty Everts (@evertsd): Web Developer, Ruby on Rails