1.0.13 • Published 4 months ago

forexfactory-scraper v1.0.13

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

4 months ago

1.0.12

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago