Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechinworth/mytv
https://github.com/lukechinworth/mytv
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechinworth/mytv
- Owner: lukechinworth
- Created: 2015-02-07T00:41:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T22:19:37.000Z (over 9 years ago)
- Last Synced: 2023-02-28T03:46:51.087Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
myTV: TV schedule viewer
============Description
-----------
Disclaimer: Early version. Incomplete.
Ruby web app using nokogiri to access tv listings.
This early version simply pulls the TV listings for the current day from the TVRage api and lists them out.
In the future, hope to add functionality to follow shows and get updates when a new episode is airingSetup:
------
* 1. To install necessary gems for this ruby application, first type 'gem install bundler' into the terminal to install the bundler gem.
* 2. In the project directory, type into the terminal, 'bundle' to install all needed ruby gems.
* 3. Type 'ruby app.rb' into the terminal to run the application.
* 4. Go to https://localhost:4567/ in your web browser to view the web app.Copyright
---------
2015 GPL v2.0 Luke Chinworth