Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awais-124/valorant-api

Valorant API Usage
https://github.com/awais-124/valorant-api

javascript react valorant

Last synced: 11 days ago
JSON representation

Valorant API Usage

Awesome Lists containing this project

README

        

> ## Valorant API

- A react web page showing the details of tactical fps game, Valorant.
- Valorant agents and bundles are displayed.
- API used : [Valorant-API](https://dash.valorant-api.com/)
- Endpoints used:
- [Agents](https://valorant-api.com/v1/agents)
- [Bundles](https://valorant-api.com/v1/bundles)

![Main-web-page-display-image](https://github.com/awais-124/valorant-api/blob/main/public/screenshots/bundles.png)

> ## Getting Started
- clone the repo `git clone https://github.com/awais-124/valorant-api.git`
- install packages `npm install`
- run command `npm start` to start development server.
- You are good to go.