A project to efficiently fetch event seat data from the Gravitas public API
Table of Contents
The scraper fetches real-time seat availability data for events hosted on the gravitas.vit.ac.in website. This project is built using Node.js to fetch the data and display it on a local web server. The project is deployed on https://track.cryptichunt.in via Heroku. It is designed to be as unintrusive and efficient as possible.
To setup the project locally:
-
Clone the repository:
git clone https://github.com/theg1239/gravitas-fetcher.git
-
Install dependencies:
npm install
-
Run the server:
node proxy.js
Contributions to improve the project are welcome. Open a PR and it will be reviewed by collaborators.