Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonofra/tvdb-json
A REST-ful read-only API to tvdb using json instead of XML.
https://github.com/sonofra/tvdb-json
Last synced: about 1 month ago
JSON representation
A REST-ful read-only API to tvdb using json instead of XML.
- Host: GitHub
- URL: https://github.com/sonofra/tvdb-json
- Owner: sonOfRa
- License: bsd-3-clause
- Created: 2014-04-27T15:47:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T08:23:06.000Z (over 10 years ago)
- Last Synced: 2023-04-04T23:24:28.273Z (over 1 year ago)
- Language: Java
- Size: 407 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TVDB-JSON
=====================================Play app that takes a subset of TVDB XML output and wraps it in a REST-ful JSON API.
## Building
To build yourself, get Play 2.2.2, move application.conf.example to application.conf and replace your settings.### TVDB settings
In order to use the API, you have to get an API key here: [TVDB Api Registration](http://thetvdb.com/?tab=apiregister).
Currently there is only one mirror, so that is predefined in the [application.conf.example](conf/application.conf.example)