https://github.com/stil4m/trakt-tv-status
Node webkit application to view the progress on your TV shows within a desktop application (uses the trakt API and requires your personal api key)
https://github.com/stil4m/trakt-tv-status
Last synced: 2 months ago
JSON representation
Node webkit application to view the progress on your TV shows within a desktop application (uses the trakt API and requires your personal api key)
- Host: GitHub
- URL: https://github.com/stil4m/trakt-tv-status
- Owner: stil4m
- Created: 2014-06-29T10:45:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T11:25:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T18:51:45.648Z (4 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
trakt-tv-status
===============Node webkit application to view the progress on your TV shows within a desktop application (uses the trakt API and requires your personal api key)
## Requirements
* `npm`
* `bower`## Installation
```
npm install
bower install
./install_node_webkit.sh
cd app
npm install```
## Run
### OS X
```
grunt dist-mac && open dist/TraktTvStatus.app/
```### Linux
```
TODO
```### Windows
```
TODO
```