https://github.com/axorax/revlist-api
๐ค Backend, API and bot source code for Revlist
https://github.com/axorax/revlist-api
bot-listing relist revlist revolt revolt-bot revolt-bot-list revolt-chat
Last synced: 5 days ago
JSON representation
๐ค Backend, API and bot source code for Revlist
- Host: GitHub
- URL: https://github.com/axorax/revlist-api
- Owner: Axorax
- License: epl-2.0
- Created: 2023-06-23T04:23:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T06:47:59.000Z (7 months ago)
- Last Synced: 2025-04-30T10:12:46.606Z (5 days ago)
- Topics: bot-listing, relist, revlist, revolt, revolt-bot, revolt-bot-list, revolt-chat
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**`Revlist API`**
```
Host your own bot listing site!
```## ๐ ยท Information
Backend code for Revlist. This contains all the data for Revlist and source code for the Revlist bot.
> [!IMPORTANT]
> **The Revlist API is not officially hosted.** You can self-host it.
>
> | Self-host | Type | Access |
> | --------- | -------- | ------------ |
> | API | Backend | Full control |
> | Website | Frontend | Only GET |
>
> The project's name was changed from "Revlist" to "Revlist" on 20 October 2024.
>## โ๏ธ ยท Self-hosting
1. Fork the repository
2. Clone it onto your PC
3. Open terminal in the root directory and run
```sh
npm install
```4. Make a `.env` file with proper data as showed in `.env.example`
5. In terminal, run
```sh
node index.js
```## ๐ค ยท Contributing
You can contribute but it may take an indefinite amount of time for me to review and merge it as I have a lot of other stuff as well. Pull requests won't be accepted if its only a:
- Code refactor
- Useless change
- Contains NSFW content
- Decreases site accessibility
- Variable, class, id, etc. name change## โค๏ธ ยท Supporting
Revlist is a hobby project. Any donations would mean a lot. You can donate via [Patreon](https://www.patreon.com/axorax) or for other mediums check [this repository](https://github.com/axorax/socials). You can also show support by starring ๐ the repository.
---