Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

A Javascript library for topdeck.gg written in Typescript.

Awesome Lists containing this project

README

        

![banner.png](.idea%2Fbanner.png)


topdeck-api


A Javascript library for topdeck.gg written in Typescript.



npm


GitHub issues

## 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 [email protected]: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)