Skip to content

Instantly share code, notes, and snippets.

View daijikaijuu's full-sized avatar

Domrachev Alexandr daijikaijuu

View GitHub Profile
// Rewrite of "Movie Script OMDd api" Christian B. B. Houmann for kinopoisk
const notice = (msg) => new Notice(msg, 5000);
const log = (msg) => console.log(msg);
const API_KEY_OPTION = 'Kinopoisk.dev API KEY';
const API_URL = 'https://api.kinopoisk.dev/v1/movie';
module.exports = {
entry: start,
settings: {