freekeys

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i freekeys

Weekly Downloads

19

Version

0.0.4

License

MIT

Unpacked Size

2.71 kB

Total Files

3

Last publish

Collaborators

  • rickylawson