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

https://github.com/frectonz/ferio

Everyday is a holiday!
https://github.com/frectonz/ferio

Last synced: about 1 year ago
JSON representation

Everyday is a holiday!

Awesome Lists containing this project

README

          

# Ferio

Everyday is a holiday

[Telegram Bot](https://t.me/every_day_is_a_holiday_bot)
[Website](https://ferio.frectonz.io/)

## Running The API

```bash
cd ferio-api
cargo run
```

## Running The CLI

```bash
cd ferio-cli
cargo run
```

## API Docs

- `GET /` - Get all holidays for the current day
- `GET /?date=month_day` - Get all holidays for a specific day
- Example: `GET /?date=March_14`