Package Exports
- topdeck-api
Readme

topdeck-api
A Javascript library for topdeck.gg written in Typescript.
Table of Contents
Installation
npm install --save topdeck-apiUsing bun
bun add topdeck-apiDocumentation
Contributing
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.gitGo to the project directory
cd topdeck-apiInstall dependencies
bun installCompile the project
bun run build