0.0.4 • Published 4 years ago

freekeys v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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"
//}