Skip to content

Arcia125/maelstrom

Repository files navigation

Maelstrom

Back end for the League of Legends companion app, Tempest.

Getting started

Install

npm install

Start will build and run the server.

npm run start

Building

Building the app with the following command will output a Node server in ./dist called index.js

npm run build

Environment Variables

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

Releases

No releases published

Packages

No packages published

Languages