0.0.2 • Published 7 years ago

cheerio-cliv2 v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cheerio-cli

NPM Version

cheerio in command line

installation

$ npm install cheerio-cli -g

Example

$ curl -s https://www.bonprix.com.tr/kategori/indirim-erkek-giyim/ | \ cheerio each : .product-list-item,url : .product-linkhref, \ title: .product-title, brand: .product-brand, discount-price: .price-tag, \ price: .former, image: .product-image noscript imgsrc | jq