node-cli-app

parses web data and searches JSON for selector queries


Keywords
cli, node, nodejs, npm-package
License
ISC
Install
npm install node-cli-app@1.1.2

Documentation

node-cli-app

install size

A node cli app that parses web data and displays JSON output upon (specific) selector queries.

** see TASK.md for details

setup

npm install -g node-cli-app

usage

type ag-node-cli-app to enter the terminal applicaiton.

Supports: class, classNames, identifier selectors, and Compound View Attributes.

** the app will create a data.json file in your filesystem containing the parsed data

alternative setup

clone the repository.

run npm install followed by npm start to run the cli app.

remove package 👋

npm uninstall -g node-cli-app