ivanproskuryakov / app-readability

Readability microservice with node.js

Home Page:https://www.npmjs.com/package/@mozilla/readability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Install node packages: npm install

Ensure there are no errors by execution of all tests npm run test

OpenAPI

http://0.0.0.0:4000/api/help/openApi

Tests

All tests
npm run test

Single test
NODE_ENV=test node ./node_modules/.bin/mocha --require ts-node/register ./src/test/controller/ExecutionController.test.ts

Single test debugging
NODE_ENV=test node --inspect ./node_modules/.bin/mocha --require ts-node/register ./src/test/controller/ExecutionController.test.ts

About

Readability microservice with node.js

https://www.npmjs.com/package/@mozilla/readability


Languages

Language:TypeScript 100.0%