An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `epoch_clock`

> lol why did I use rust for this?

- [`a fool`](https://gh.zod.tf)


Epoch Clock Example

## 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.