UNPKG

lunarcrushed

Version:

Generate an API key for LunarCRUSH.

14 lines (9 loc) 182 B
# LunarCRUSHed - NodeJS ## Usage Also see the [example](./example/index.js). ```js import { getKey } from "lunarcrushed"; (async () => { console.log(await getKey()); })(); ```