Back end for the League of Legends companion app, Tempest.
Install
npm installStart will build and run the server.
npm run startBuilding the app with the following command will output a Node server in ./dist called index.js
npm run buildCheck 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 | ✅ |