- CLI app to view and know different entities of valorant.
- This app is created using node.js and uses the API provided by Riot Games.
- Javascript
- Node.js
git clone https://github.com/ashwinkhatiwada/task-2.git
npm i
- Create your role and get your API key from Riot Games.
- Create a file named
.env
in the root directory. - Add your API into
.env
file API_URL=your API
npm start
- This app is compatible with Windows, Linux and Mac OS.
- This app require internet connection to fetch data from the API.