Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

freekeys

rickylawson176MIT0.0.4

Free API keys OMDb and TMDb without registration.

api, key, keys, token, imdb, omdb, omdbapi, tmdb, themoviedb, free, open, gulfstream

readme

What is freekeys?

Free API keys OMDb and TMDb without registration.

Installation

npm i freekeys

Usage

Import the library in your code:

const freekeys = require('freekeys');

Get keys

freekeys().then(params => {
    console.log(params);
});
//{
//  "tmdb_key": "e547e17d4e91f3e62a571655cd1ccaff",
//  "imdb_key": "966c4f4f"
//}