UNPKG

podcastindexjs

Version:

client-side JS library for interacting with the Podcast Index API

13 lines (9 loc) 275 B
import { Crypto } from "@peculiar/webcrypto"; import fetch from "node-fetch"; import "core-js/stable"; import "regenerator-runtime/runtime"; global.crypto = new Crypto(); global.fetch = fetch; process.env.API_KEY = ""; process.env.API_SECRET = ""; jest.setTimeout(10000);