An open API service indexing awesome lists of open source software.

https://github.com/monyster/parser


https://github.com/monyster/parser

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Parser

This script parses data (name, price in usd, date of publication) from the AUTO.RIA website in the "moto" category.

Created using these modules:

- chalk - to paint console.log output.
- puppeteer - allows to do most things that you can manually do in Chrome.
- cherio - allows to use jQuery syntax to parse the content in HTML-document.