Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 791 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 791 Bytes

tmdb

A GraphQL Wrapper for The Movie Database... Available at this heroku instance.

Since it's hosted by heroku, it's pretty slow and times out pretty often... It's just a demo...

How does this work?

This was made using GraphZahl and Vapor

Can I run it locally?

First get an API Key here. Clone the repo and run with an API Key in the Environment Variable $API_KEY:

git clone https://github.com/nerdsupremacist/tmdb.git
cd tmdb
swift build -c debug
API_KEY={YOUR_API_KEY} ./.build/debug/tmdb