1.0.13 • Published 9 months ago

forexfactory-scraper v1.0.13

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

9 months ago

1.0.12

9 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago