Wrapper for Sowprog 🎶 API.
API keys must be configured in the gem setup. You can do this anywhere in your application before you make API calls using the gem.
Sowprog.configure do |config|
config.user_name = ''
config.password = ''
end
config.user_name
- your Sowprog user nameconfig.password
- your Sowprog password
Getting these keys requires a (free) Sowprog account and that you agree to the terms of use for the API.
To get all scheduled events :
Sowprog.scheduled_events
MIT