https://github.com/zudsniper/epoch_clock
rust api that returns literally just a static image of the unix epoch offset in Courier New
https://github.com/zudsniper/epoch_clock
Last synced: 5 months ago
JSON representation
rust api that returns literally just a static image of the unix epoch offset in Courier New
- Host: GitHub
- URL: https://github.com/zudsniper/epoch_clock
- Owner: zudsniper
- Created: 2024-10-23T05:52:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T02:16:53.000Z (over 1 year ago)
- Last Synced: 2024-10-28T05:58:28.570Z (over 1 year ago)
- Language: Rust
- Homepage: http://epoch.rat.church
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `epoch_clock`
> lol why did I use rust for this?
- [`a fool`](https://gh.zod.tf)
## Tech Stack
- Rust
- Actix-web
- Image
## Configuration
Not much to do here but put it in `.cargo/config.toml`.
See `.cargo/config.example.toml` for the environment variables.
### Environment Variables
- `APP_ENV`: Set to `development` or `production`.
- `HOST`: The host address to bind the server.
- `PORT`: The port number to bind the server.
## Deployment
Deploys to Heroku.