strava-ruby-client

(β˜… 112)

A complete Ruby client for the Strava API v3.

  • .gitignore
  • .rspec
  • .rubocop.yml
  • .rubocop_todo.yml
  • CHANGELOG.md
  • CONTRIBUTING.md
  • Dangerfile
  • Gemfile
  • Gemfile.danger
  • LICENSE.md
  • Rakefile
  • README.md
  • RELEASING.md
  • strava-ruby-client.gemspec
  • UPGRADING.md

# Installation Guide

1. Get the code
git clone https://github.com/dblock/strava-ruby-client

Downloads the entire project code from GitHub to your computer.

cd strava-ruby-client

Moves into the project folder you just downloaded.

2. Ruby

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
bundle exec ruby bin/strava-oauth-token

Type this command into your terminal and run it.

bundle exec ruby bin/strava-activities.rb

Type this command into your terminal and run it.

bundle exec ./bin/strava-refresh-token

Type this command into your terminal and run it.

βœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

// repository documentation