1.0.13 • Published 6 months ago

forexfactory-scraper v1.0.13

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

6 months ago

1.0.12

6 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago