freekeys
v0.0.4
Published
Free API keys OMDb and TMDb without registration.
Downloads
35
Maintainers
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"
//}