Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whomwah/gwplanner
A Sinatra app that creates turns the BBC Gardener Planner data into the .ics format
https://github.com/whomwah/gwplanner
Last synced: 13 days ago
JSON representation
A Sinatra app that creates turns the BBC Gardener Planner data into the .ics format
- Host: GitHub
- URL: https://github.com/whomwah/gwplanner
- Owner: whomwah
- Created: 2009-10-14T21:33:44.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T07:03:20.000Z (over 8 years ago)
- Last Synced: 2023-04-10T07:42:02.618Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BBC Gardeners' Planner as an .ics calendar
------------------------------------------This app takes the data that is used to power:
http://www.bbc.co.uk/gardening/calendar/and converts it into the .ics calendar format, so can subscribe to
it in your favourite calendaring tool like iCal or Google Calendar:http://gw.whomwah.com/planner.ics # full planner
http://gw.whomwah.com/planner.ics?s=pond,trees,wildlife # custom plannerBelow are an example of the sections you can filter the calendar by.
This may change at any time, so it's best to use this list provided
by the app, when you go to /.beddingplants
bulbs
celebritytips
climbingplants
containers
fruit
greenhouse
hedges
herbs
houseplants
lawn
perennials
pond
roses
shrubs
trees
vegetables
wildlifeThis Sinatra app is currently setup to run under Passenger, you
can find installation instructions at:http://www.modrails.com/documentation/Users%20guide%20Apache.html#_sinatra
It requires these gems to be installed:
- sinatra
- nokogiri
- icalendar
- rack/cacheI'm afraid the app comes as is, with no support.