This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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: { |