Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kagchi/xbl-api
- Owner: KagChi
- License: gpl-2.0
- Created: 2020-09-02T10:45:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T00:50:49.000Z (about 4 years ago)
- Last Synced: 2024-04-26T10:22:38.082Z (6 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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");
})()
```