mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
9f85c11d2ea14e67375c8df4e031ac470923aa5b
An API server for personal KODI plugin.
Description
A rewrite attempt from "vanilla" node.js into framework based (Nest.js).
License
No licence (Nest is MIT)
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
Description
Languages
TypeScript
90%
HTML
9.6%
Shell
0.3%
Dockerfile
0.1%