Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awais-124/valorant-api
- Owner: awais-124
- Created: 2024-09-01T09:16:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:44:02.000Z (4 months ago)
- Last Synced: 2024-11-02T13:42:18.430Z (about 2 months ago)
- Topics: javascript, react, valorant
- Language: JavaScript
- Homepage: https://valorant-agents-bundles.netlify.app/
- Size: 945 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.