Ecosyste.ms: Awesome

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

https://github.com/tombonez/Traktron

A Trakt.tv Electron application
https://github.com/tombonez/Traktron

electron macos trakt-tv windows

Last synced: 6 days ago
JSON representation

A Trakt.tv Electron application

Lists

README

        

# Traktron
A Trakt.tv Electron application

![dependencies](https://david-dm.org/tombonez/traktron/status.svg) ![devDependencies](https://david-dm.org/tombonez/traktron/dev-status.svg) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

## Screenshot

![Traktron for macOS](https://raw.githubusercontent.com/tombonez/traktron/master/screenshots/macos.png)

## Downloads

Latest release: Coming Soon

## Development

`git clone` the repository, `npm install` all dependencies and you are good to go.

| Command | Description |
|-----------------------|------------------------------------|
| `npm start` | Starts the application |
| `npm run build` | Builds for all supported platforms |
| `npm run build:macos` | Builds the macOS application |
| `npm run build:win64` | Builds the Windows x64 application |
| `npm run build:win32` | Builds the Windows x86 application |

## Todo

- [x] Add back/forward keyboard support
- [x] Add back/forward navigation
- [ ] Setup Windows installer
- [ ] Add auto updater support

## License

The code is available under the [MIT License](https://github.com/tombonez/traktron/blob/master/LICENSE).