Continuing the legacy of Vanced

# 🚀 ReVanced API ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/ReVanced/revanced-api/release.yml) ![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg) API server for ReVanced. ## ❓ About ReVanced API is a server that is used as the backend for ReVanced. ReVanced API powers [ReVanced Manager](https://github.com/ReVanced/revanced-manager) with updates and ReVanced Patches, and acts as a data source for [ReVanced Website](https://github.com/ReVanced/revanced-website). ## đŸ’Ē Features Some of the features of ReVanced API include: - đŸ“ĸ **Announcements**: Push announcements grouped by channels - â„šī¸ About: Get more information such as a description, ways to donate and links about the hoster of ReVanced API - 🧩 Patches: Get the latest updates of ReVanced Patches directly from ReVanced API - đŸ‘Ĩ Contributors: List all contributors involved in the project ## 🚀 How to get started 1. Clone the repository 2. Set up the environment variables in a `.env` file using the `.env.example` file as a template 3. Configure the `configuration.toml` file using the `configuration.toml.example` file as a template 4. Run the server using `gradlew run --args=start` ## 📚 Everything else ### 📙 Contributing Thank you for considering contributing to ReVanced API. You can find the contribution guidelines [here](CONTRIBUTING.md). ### đŸ› ī¸ Building In order to build ReVanced API, follow these steps: 1. Clone the repository 2. Run `gradlew build` to build the project ## 📜 Licence ReVanced API is licensed under the GPLv3 licence. Please see the [licence file](LICENSE) for more information. [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute and modify ReVanced API as long as you track changes/dates in source files. Any modifications to ReVanced API must also be made available under the GPL along with build & install instructions.