# LunarCRUSHed - NodeJS

## Usage

Also see the [example](./example/index.js).

```js
import { getKey } from "lunarcrushed";

(async () => {
  console.log(await getKey());
})();
```
