Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqqmut/ship-calendar
https://github.com/iqqmut/ship-calendar
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqqmut/ship-calendar
- Owner: iqqmuT
- License: mit
- Created: 2014-07-02T11:06:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T20:57:22.000Z (over 10 years ago)
- Last Synced: 2024-04-16T11:05:00.318Z (10 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ship Calendar
=============Parses arrival information from port traffic web page and synchronizes
it to Google Calendar.## Prerequisities ##
Run `bundle install` to install all prerequisities.
## Setup ##
1. Download OAuth 2.0 JSON credential file from Google Developers Console and rename it to oauth2.json.
2. Copy `config.yml.template` to `config.yml`.
3. Modify `config.yml`.## Running ##
1. Run `ruby run.rb`.