Files
kodi-api-server/README.md
T
Jurgis Sakalauskas d999897068 update readme
2022-12-13 12:10:26 +02:00

541 B

An API server for personal KODI plugin.

Description

A rewrite attempt from "vanilla" node.js into framework based (Nest.js).

License

No licence

Below are left from nest readme

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