📘 JIIT Attendance API

This API lets you log in with your JIIT Student credentials and fetch your attendance.


🚀 Usage

POST /  
Content-Type: application/json

{
  "name": "YourRollNumber",
  "pass": "YourPassword"
}
        

✅ Response

{
  "message": "ok",
  "user": "YourRollNumber",
  "attendance": { ... }
}
        

⚠️ Notes

  • Ensure you use valid student credentials.
  • Your password is not stored, only used to fetch attendance.
  • Server runs on http://localhost:3000