Festibals
A ruby gem that easily integrates a schedule of philippine festivals to your calendar.
A sample ics file here
Installation
Add this line to your application's Gemfile:
gem 'festibals'
And then execute:
$ bundle
Or install it yourself as:
$ gem install festibals
Usage
calendar = Festibals::FestibalCalendar.new.calendar
calendar.to_ical
Contributing
- Fork it ( http://github.com//festibals/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request