Skip to content

rickylawson/freekeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Free API keys OMDb and TMDb without registration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published