/node-cli-app

command line program that parses web data and searches JSON on selector queries

Primary LanguageJavaScript

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