Gotta catch em all
https://htlgo.if.htlstp.ac.at
- TypeScript 63%
- Python 19.8%
- CSS 10%
- HTML 5.6%
- SCSS 0.8%
- Other 0.8%
| .idea | ||
| backend | ||
| docker | ||
| frontend | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
HTL Go!
Catch HTL IF teachers in AR using HTL-balls at the TDOT.
API
There is only one API route. It allows you to request the inventory of a user. Usage:
GET https://utils.barnii77.dev/api/v1/inventory?requestedUserId=user-id-you-got-from-schnitzeljagd-auth-service
Authorization: Bearer Your-Api-Key
{
"items": [
{
"id": 1,
"slug": "demo",
"name": "The best demo you've ever seen",
"spawner": "demo",
"unlockAt": 1761865726.7249067
},
{
"id": 4,
"slug": "test",
"name": "Doeller",
"spawner": "demo",
"unlockAt": 1761873348.7840245
}
]
}
To obtain an API key, contact David Harrer.
Running locally
Just don't.