Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backdevs/romanian-bank-holidays-api
A simple API that serves the Romanian bank holidays
https://github.com/backdevs/romanian-bank-holidays-api
bank-holidays docker docker-compose fiber go golang holidays holidays-api romanian romanian-holidays
Last synced: 30 days ago
JSON representation
A simple API that serves the Romanian bank holidays
- Host: GitHub
- URL: https://github.com/backdevs/romanian-bank-holidays-api
- Owner: backdevs
- License: mit
- Created: 2022-08-01T03:37:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:24:19.000Z (about 2 months ago)
- Last Synced: 2024-10-27T16:26:56.102Z (about 2 months ago)
- Topics: bank-holidays, docker, docker-compose, fiber, go, golang, holidays, holidays-api, romanian, romanian-holidays
- Language: Go
- Homepage: https://api.bank-holidays.ro
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Romanian bank holidays API](https://api.bank-holidays.ro)
A simple Go API that serves the Romanian bank holidays![Build and Push status](https://github.com/backdevs/romanian-bank-holidays-api/actions/workflows/docker-build-and-push.yml/badge.svg)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/backdevs/romanian-bank-holidays-api)# Prerequisites
* [Docker](https://docs.docker.com/get-docker/) `^20.10`# Usage
This API is publicly available at: https://api.bank-holidays.ro/?year=2049However, if you want, you can run it locally using docker:
```shell
docker run -p 8080:8080 backdevs/romanian-bank-holidays-api
```And access it at http://localhost:8080/?year=2025
# Build
```shell
docker build \
--tag backdevs/romanian-bank-holidays-api:1.0.0 \
--tag backdevs/romanian-bank-holidays-api:latest \
.
```