aghaffar570 / node-cli-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%