Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmoulton/aggietime
https://github.com/jrmoulton/aggietime
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrmoulton/aggietime
- Owner: jrmoulton
- Created: 2021-02-08T22:08:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T12:58:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T01:04:59.192Z (14 days ago)
- Language: Rust
- Size: 226 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aggietime
Aggietime is Utah State University's time clock for tracking hours worked for hourly employees. This project is a webserver built in rust on top of the Rocket web framework that exposes and simplifies essential parts of the Aggietime API and parses web tokens from the HTML to fulfill the requests. Essentially this webserver is a man in the middle to parse tokens embedded in the html and re-expose the REST API in a simple and accessible way.