Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nebulosprod/count-api
- Owner: NebulosProd
- License: mit
- Created: 2024-01-17T22:35:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:37:26.000Z (11 months ago)
- Last Synced: 2024-01-26T22:32:05.916Z (11 months ago)
- Language: JavaScript
- Homepage: https://nebulos.pro:3000/counts
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)