Tbinge is a desktop application written in Electron/Node.js that serves as a local tracking library for Movies and TV Shows that the user is either interested in viewing or has viewed and on which they would like to keep a database.
- Searching TMDB for movies and TV shows
- Rating a movie or TV show locally (contributes to TMDB rating system too)
- Adding a movie or TV show to local database
- Removing a movie or TV show from local database
- Operating in an offline setting (no TMDB searching)
yarn install
yarn electron:serve
yarn electron:build
yarn electron:build-all
yarn run lint
See Configuration Reference. See Styling Reference. See Electron Reference.