https://github.com/jayydoesdev/sentcordts
SentCordJS is an api wrapper for sentcord to help you post your server/shard stats easily. (TypeScript)
https://github.com/jayydoesdev/sentcordts
Last synced: about 1 year ago
JSON representation
SentCordJS is an api wrapper for sentcord to help you post your server/shard stats easily. (TypeScript)
- Host: GitHub
- URL: https://github.com/jayydoesdev/sentcordts
- Owner: JayyDoesDev
- License: mit
- Created: 2021-05-18T19:40:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T14:23:56.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:58:33.050Z (about 1 year ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SentCordTS-lite
SentCordTS-lite is an api wrapper for [sentcord](https://sentcord.com) to help you post your server/shard stats easily.
## Installation
**NPM**
```npm i sentcordts-lite```
**YARN**
```yarn add sentcordts-lite```
## TypeScript Setup
```typescript
import sentcord from 'sentcordts-lite'
const client: sentcord = new sentcord({
apikey: 'Key'
})
client.PostStats('302857939910131712', 3000, 3)
```
## JavaScript Setup
```javascript
let { sentcord } = require('sentcordts-lite')
const client = new sentcord({
apikey: 'Key'
})
client.PostStats('302857939910131712', 3000, 3)
```
# Credits
Owner Of Sentcord: [SixAiy](https://sixaiy.com)
Contributor: [Colderry](https://colderry.xyz)