Skip to content

ferrannp/showman

Repository files navigation

Webpage for the Android app Showman (Closed beta testing).

Direct links to TV Shows will serve the purpose of deep-linking them with the Android app.

Examples

Usage

The app gets data and images from Trakt.tv. API calls are proxied using a small Express server. If you want to try this project locally, follow these steps:

  1. Create a secrets.js file inside the root folder.
  2. Inside that file write a constant as such:
module.exports = {
  TRAKT_API_KEY: "YOUR_TRAKT_API_KEY"
};

You can get your api key here https://trakt.tv/oauth/applications/new.

After that, you can just type npm startand go to http://localhost:3000/shows/game-of-thrones (for example!)

Testing

Tests are written using Jest, running them is as simple as typing:

npm test

About

Official website for Showman (Android app)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published