Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 503 Bytes

VIT Timetable Parser

A Simple timetable parser that takes VTOP html page as input and outputs an ICS calendar file

Basic Use

Requirements : NodeJS

$ git clone https://github.com/vaibhavTekk/vit-timetable-parser.git
$ cd vit-timetable-parser
$ npm install
$ npm run dev //to run the development server

navigate to http://localhost:3000/ to use the app