/valorant-cli

cli app to know about different entities in the game

Primary LanguageJavaScript

Brief

  • 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.

Tech Stack

  • Javascript
  • Node.js

Installation

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

Run

npm start

Compatibility

  • This app is compatible with Windows, Linux and Mac OS.
  • This app require internet connection to fetch data from the API.