SkillAgentSearch skills...

Freekeys

Free API keys OMDb and TMDb without registration.

Install / Use

/learn @rickylawson/Freekeys
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated10h ago
Forks10

Languages

JavaScript

Security Score

75/100

Audited on Apr 6, 2026

No findings