To install dependencies:
bun install
Add a .env
file with your access token for the GetImg API
GETIMG_ACCESS_TOKEN=<your access token>
To run:
bun run index.ts
This project was created using bun init
in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.
.