Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 239 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 239 Bytes

vnl-schedule-scraper

Volleyball Nations League Schedule Web Scraper

Install

$ yarn install

Run

Output iCal file will be generated at output/ folder

Typescript

$ yarn start:ts

Node

$ yarn build && yarn start:js