https://github.com/mariomh8/topdeck-api
A Javascript library for topdeck.gg written in Typescript.
https://github.com/mariomh8/topdeck-api
bun magic-the-gathering mtg topdeck typescript
Last synced: 11 months ago
JSON representation
A Javascript library for topdeck.gg written in Typescript.
- Host: GitHub
- URL: https://github.com/mariomh8/topdeck-api
- Owner: MarioMH8
- License: mit
- Created: 2024-12-09T12:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T12:11:18.000Z (about 1 year ago)
- Last Synced: 2025-04-04T13:25:41.610Z (about 1 year ago)
- Topics: bun, magic-the-gathering, mtg, topdeck, typescript
- Language: TypeScript
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

topdeck-api
A Javascript library for topdeck.gg written in Typescript.
## Table of Contents
- [Installation](#installation)
- [Documentation](#documentation)
- [Contributing](#contributing)
## Installation
```bash
npm install --save topdeck-api
```
**Using bun**
```bash
bun add topdeck-api
```
## Documentation
## Contributing
This project uses [Bun](https://bun.sh) 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
```bash
git clone git@github.com:MarioMH8/topdeck-api.git
```
Go to the project directory
```bash
cd topdeck-api
```
Install dependencies
```bash
bun install
```
Compile the project
```bash
bun run build
```
## MIT License
[Copyright 2021-2024 MarioMH](./LICENSE)