Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kagchi/xbl-api

An xysebotlist api wrapper
https://github.com/kagchi/xbl-api

Last synced: 4 days ago
JSON representation

An xysebotlist api wrapper

Awesome Lists containing this project

README

        

## Installation

To Use Api Install Package First
```bash
npm install xysebl-api
```

## Usage
### Get Bot Info
```javascript
(async() => {
const data = require("xysebl-api")
return data.botData("616169470293049344");
})()
```