1.0.4 • Published 1 year ago

@moises-herrera/stock-market-scraper v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stock Market Web Scraper

Reusable stock web scraper to get the information about the price of an asset from es.investing.com

Install

npm install @moises-herrera/stock-market-scraper

Example

import stockMarketScraper from '@moises-herrera/stock-market-scraper';

async function bootstrap() {
  try {
    const eurUsdPrice = await stockMarketScraper.getPrice(
      'currencies', 
      'eur/usd' // Using a valid pair from es.investing.com
    );
  } catch (error) {
    console.error(error);
  }
}
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago