UNPKG
lunarcrushed
Version:
latest (1.0.1)
1.0.1
1.0.0
Generate an API key for LunarCRUSH.
lunarcrushed
/
example
/
index.js
8 lines
(5 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ getKey, getURL }
from
"../src/lib.js"
; (
async
() => {
console
.
log
(
"getKey(): "
+
await
getKey
());
console
.
log
(
"getURL(): "
+
await
getURL
()); })();