Skip to content

RobinHoutevelts/tvdb-api.houtevelts.com

Repository files navigation

Public TheTVDB API

TheTvDb is a community where series info are maintained.

Documentation

Comes soon

Running your own API

To run your own API server you'll need an API key from TheTVDB.

git clone https://github.com/RobinHoutevelts/tvdb-api.houtevelts.com.git .
composer install
chmod -R 777 storage/
cp .env.example .env
php artisan key:generate

Then set your API key in /.env

If you need to clear your HTTP cache run

php artisan httpcache:clear

Security Vulnerabilities

If you discover a security vulnerability, please send an e-mail to Robin Houtevelts at robin@houtevelts.com. All security vulnerabilities will be promptly addressed.

License

This project is licensed under the MIT license.

About

Public API for TheTvDb.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages