Gravitas Fetcher

A project to efficiently fetch event seat data from the Gravitas public API



Table of Contents
  1. About The Project
  2. Built With
  3. Usage
  4. Contributing

About

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.


Built With


Usage

To setup the project locally:

  1. Clone the repository:

    git clone https://github.com/theg1239/gravitas-fetcher.git
  2. Install dependencies:

    npm install
  3. Run the server:

    node proxy.js

Contributing

Contributions to improve the project are welcome. Open a PR and it will be reviewed by collaborators.