UNPKG
lunarcrushed
Version:
latest (1.0.1)
1.0.1
1.0.0
Generate an API key for LunarCRUSH.
lunarcrushed
/
README.md
14 lines
(9 loc)
•
182 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# LunarCRUSHed - NodeJS
## Usage
Also see the [example](./example/index.js). ```js import { getKey }
from
"lunarcrushed"
; (
async
() => { console.log(
await
getKey()); })(); ```