8000 GitHub - mrageh/duolingo: Api wrapper for Duolingo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mrageh/duolingo

Repository files navigation

Duolingo Build Status

Duolingo is a wrapper gem for the duolingo api. It allows you to query the api for a particular users details.

Installation

Add this line to your application's Gemfile:

gem 'duolingo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install duolingo

Usage

The information you can get with this gem are listed below:

  • get_all_info - This gives you back an array containing all the users basic information
username = "Novohispano"
user = Duolingo::User.new(username)
user.get_all_info

Contributing

  1. Fork it ( http://github.com//duolingo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Api wrapper for Duolingo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0