Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mariomh8/topdeck-api
- Owner: MarioMH8
- License: mit
- Created: 2024-12-09T12:45:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:50:58.000Z (10 days ago)
- Last Synced: 2025-02-01T12:29:33.862Z (10 days ago)
- Topics: bun, magic-the-gathering, mtg, topdeck, typescript
- Language: TypeScript
- Homepage:
- Size: 340 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
![banner.png](.idea%2Fbanner.png)
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 [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)