1.0.13 • Published 5 months ago

forexfactory-scraper v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

ForexFactory Scraper

A scraper for Forex Factory calendar events.

Installation

npm install forexfactory-scraper

Usage

import { Scraper } from 'forexfactory-scraper';

const scraper = new Scraper();
scraper.scrapeCalendar().then(events => {
  console.log(events);
});

Scripts

  • build: Compiles the TypeScript code to JavaScript.
  • dev: Runs the TypeScript code directly using ts-node.
  • start: Runs the compiled JavaScript code.

License

MIT

1.0.13

5 months ago

1.0.12

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago