1.0.13 • Published 4 months ago
forexfactory-scraper v1.0.13
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 usingts-node
.start
: Runs the compiled JavaScript code.
License
MIT