Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nebulosprod/count-api

Discord.js Count API to Web
https://github.com/nebulosprod/count-api

Last synced: about 2 months ago
JSON representation

Discord.js Count API to Web

Awesome Lists containing this project

README

        

# Cound API

Count API is a NodeJS Application that shows your Discord Bot Member- & GuildCount on a Website with a JSON output.

## Installation

Clone the repository

```bash
git clone https://github.com/NebulosProd/Count-API.git
```

Go into the Repository

```bash
cd Count-API
```

Use [npm](npmjs.com/) to install all the required packages.

```bash
npm i
```

Insert your .pem certificate files into the folder (fullchain.pem & privkey.pem)

## Start

```bash
node .
```

### You can access your Data now on https://domain.com/counts

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)