Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.13 KB

Nest Logo

Noway4u Mitspieler Command (alte version)

Hello,

this is an old version of the !mitspieler command that we use in the chat of the german League of Legends Streamer Noway4u.

Description

This service is just a simple HTTP API that gets called by nightbot and is written using the Nest framework.

In general it does not more than querying the LoLPros Live Game API for Noway.

As I said - I have no idea if this version still works. Currently we are using a slightly different version, but the code should guide you in the right direction ;) If you want you can send me a DM on [Twitter] (https://twitter.com/annnoo96/).

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov