Educandus::Api

Gem that provides simple access (like an API) to the LMS of the Universidad de Talca. Please remember that the LMS do not offer any kind of API. This gem only parse the html and it shows to you like a API would do.

Installation

Add this line to your application's Gemfile:

gem 'educandus-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install educandus-api

Usage

You only need run this in a Rack Application or Middleware.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request