https://github.com/hendraaagil/vlr-api
Unofficial Valorant match API from https://vlr.gg site
https://github.com/hendraaagil/vlr-api
api nodejs scrape valorant vlr vlrgg
Last synced: about 1 year ago
JSON representation
Unofficial Valorant match API from https://vlr.gg site
- Host: GitHub
- URL: https://github.com/hendraaagil/vlr-api
- Owner: hendraaagil
- License: mit
- Created: 2022-06-16T13:31:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T07:03:13.000Z (about 1 year ago)
- Last Synced: 2025-05-27T08:20:06.028Z (about 1 year ago)
- Topics: api, nodejs, scrape, valorant, vlr, vlrgg
- Language: JavaScript
- Homepage: https://vlr-api.hendraaagil.dev
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vlr API

## Installation
1. Clone this repository
```bash
git clone git@github.com:hendraaagil/vlr-api.git
```
2. Make `.env` file and fill the `SITE_URL`
```bash
cp .env.example .env
```
3. Install dependencies
```bash
yarn # or npm install
```
4. Run server
```bash
yarn dev # or yarn start
```
## Showcase
If you use this API in your project application, you can register your project in this showcase below:
## Contribution
If you want to contribute to this project, you can just open an [issue](https://github.com/hendraaagil/vlr-api/issues) or [pull request](https://github.com/hendraaagil/vlr-api/pulls)
## License
This project is under [MIT License](LICENSE)