Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 1.93 KB

TODO.md

File metadata and controls

71 lines (53 loc) · 1.93 KB

Components

Functions

  • Mark as watched/listened
  • Remove suggestion (e.g.)
  • Get random movie to watch/song to hear from favorites

API's

Ideas

// https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&videoType=movie&q=fight%20club&key=AIzaSyC21UPi773BDnQX1Ljd1b1Uf_B3AgewBy4

// Has streaming links // http://docs.gowatchit.apiary.io/#reference

Todo

  • integrate with youtube movies
  • [ ]

// https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&videoType=movie&q=fight%20club&key=AIzaSyC21UPi773BDnQX1Ljd1b1Uf_B3AgewBy4

// Has streaming links // http://docs.gowatchit.apiary.io/#reference

Usage

You can use Heap using the hosted version or by cloning this repo and running it yourself.

Prerequisites

In any case, you will need to get an API key for tmdb and igdb. You need your own keys, as these services are rate-limited and because Heap makes heavy use them. You will also need to create a firebase app for storing your data.