https://github.com/hyperlink/tvlisting-chrome-extension
Quick Time Warner Cable Channel Lookup Chrome Extension
https://github.com/hyperlink/tvlisting-chrome-extension
Last synced: over 1 year ago
JSON representation
Quick Time Warner Cable Channel Lookup Chrome Extension
- Host: GitHub
- URL: https://github.com/hyperlink/tvlisting-chrome-extension
- Owner: hyperlink
- License: mit
- Created: 2013-12-01T23:58:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T21:20:58.000Z (over 9 years ago)
- Last Synced: 2025-01-24T07:31:07.324Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Time Warner Cable Channel Lookup (Chrome Extension)
This extension allows you quickly find the cable channel number designed for TWC subscribers. The channel listing is retrieved from [tvlistings.timewarnercable.com](http://tvlistings.timewarnercable.com).
### [Install](https://chrome.google.com/webstore/detail/twc-channel-lookup/eipejmbimhbmgnghfjmbohgbpnogobnh) from the Chrome App store
## Setup
Add your zip code into the options page and click the Search button.
## Usage
Click on the browser action to bring up the list of channels for your viewing area. Start typing to filter the list by channel name.
## Development
Install Grunt and Bower first if you do not have them installed
npm install -g grunt-cli
npm install -g bower
Checkout code and then run
cd tvlistings
npm install
bower install
## LICENSE MIT