Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 298 Bytes

Scraper

Extract data from a site

Zarban Scraper

An example of Scraper used for http://www.zarban.ca/

Test:

Run npm i && npm start

Example output:

{
  CAD: { Date: 'Aug 5-11:20', Buy: '17,750', Sell: '17,950' },
  USD: { Date: 'Aug 5-10:38', Buy: '23,000', Sell: '24,100' }
}