A Javascript library for topdeck.gg written in Typescript.
npm install --save topdeck-api
Using bun
bun add topdeck-api
This project uses Bun as a runtime, test runner and bundler.
Thanks for wanting to help out! Here's the setup you'll have to do:
Clone the project
git clone git@github.com:MarioMH8/topdeck-api.git
Go to the project directory
cd topdeck-api
Install dependencies
bun install
Compile the project
bun run build