An open API service indexing awesome lists of open source software.

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)

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
```