Skip to content

digideskio/api-samples-ruby-padrino

 
 

Repository files navigation

ESPN API Sample (Ruby/Padrino)

Running on Heroku

Assumes your local environment is already setup to deploy to Heroku.

$ git clone http://github.com/jaxzin/api-samples-ruby-padrino.git
$ cd api-samples-ruby-padrino
$ heroku create --stack bamboo-mri-1.9.2
$ git push heroku master
... wait for it to push and launch ...
$ heroku config:add espn_api_key=[your apikey from http://developer.espn.com]
... wait for it to add the config vars and restart ...
$ heroku open

Light Reading

About

A Ruby/Padrino webapp that demonstrates sample ways to use the ESPN API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.6%
  • Ruby 13.6%
  • JavaScript 5.4%
  • HTML 5.4%