Skip to content

nerdakademie/KadseBot_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fb3a52 · Dec 19, 2017
Aug 9, 2016
Mar 14, 2017
Dec 19, 2017
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Aug 23, 2016
Feb 21, 2016
Feb 21, 2016
Aug 9, 2016
Aug 9, 2016
Feb 21, 2016
Mar 14, 2017

Repository files navigation

KadseBot

Breaking changes

KadseBot is used for a number of different services now. Still it is a work in progress. See CHANGELOG.md for instructions on breaking changes.

Features included

  • Telegram Bot
  • NAK Api Features

Setup

Install dependencies:

$ npm install

Optional

To make IntelliJ development features work properly. (You still have to configure them!)

$ npm install -g eslint eslint-plugin-react gulp

Build

Build client:

$ npm run build

Startup

Start the dev-server:

$ GROUP=example npm run start-dev

Or start the live-server:

$ NODE_ENV=production GROUP=example npm run start

For debug information add following environment parameter before the npm run command:

$ DEBUG=turing-microservice:*

Testing

$ npm test

This also:

  • runs eslint
  • creates coverage reports

Initial Contributors

Benedikt Stemmildt

License

MIT