Skip to content

elbracht/sequel-deprecated

Repository files navigation

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