topdeck-api
v1.0.5
Published
A Javascript library for https://topdeck.com/docs/api written in Typescript.
Readme

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 [email protected]:MarioMH8/topdeck-api.gitGo to the project directory
cd topdeck-apiInstall dependencies
bun installCompile the project
bun run build