Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 318 Bytes

File metadata and controls

13 lines (10 loc) · 318 Bytes

htmlStats

node.js CLI for html resources statistics .

Usage:

Start application: node app.js - Insert http or https address Ex: Insert address: https://nodejs.org/en/ - js object with meta info is printed on console - json with meta info is printed on console

Run tests: mocha ./test/tests.js -R spec