Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

Sequel

Getting started

To access the TMDb API you need to create a shell script ./env-vars.sh and insert the following environment variable with the API Key (v3 auth) from https://www.themoviedb.org/settings/api.

export TMDB_API_KEY=123456

We use Fabric to track user behaviour and crashes. To activate this function you need to insert the API Key and Build Secret from https://www.fabric.io/ in ./env-vars.sh.

export FABRIC_API_KEY=123456
export FABRIC_BUILD_SECRET=123456

License

Sequel is available under the MIT license. See the LICENSE file for more details.


Made with ❤️ by Alexander Elbracht