topdeck-api
v0.0.1
Published
A Javascript library for https://topdeck.com/docs/api written in Typescript.
Downloads
375
Readme
Table of Contents
Installation
npm install --save topdeck-api
Using bun
bun add topdeck-api
Documentation
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.git
Go to the project directory
cd topdeck-api
Install dependencies
bun install
Compile the project
bun run build