Server to send data from sheets to the Gymkhana website
The data is directly taken from google sheets which are associated with the Gymkhana Technology account. The sheets currently are namely:
- GC Results
- Open IIT Results
- Notices
- Mess Menu (Not implemented Yet!)
To install the dependencies
npm install
To start running the server
node index.js
sheet can be mess_menu
, gc
, openiit
,events
Response is an array of JSONs with key values are headers and values are subsequent rows.
The application is deployed on heroku
with the following link: https://gymk-back.herokuapp.com/
NOTE: AutoDeployment has been enabled to the heroku application from the master
branch.