Back end for the League of Legends companion app, Tempest.
Install
npm install
Start will build and run the server.
npm run start
Building the app with the following command will output a Node server in ./dist
called index.js
npm run build
Check the .env.example file for which environment variables are available. Make sure to create your own .env file and fill it with the correct variables.
Variable | Description | Required |
---|---|---|
RIOT_API_KEY | Important key for communicating with the League of Legends Api. More info here Riot Games Developer Portal API Key | ✅ |