1.0.4 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago