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!
- Host: GitHub
- URL: https://github.com/frectonz/ferio
- Owner: frectonz
- License: mit
- Created: 2022-09-12T23:47:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T00:52:31.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T23:43:45.553Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 170 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`