backdevs/romanian-bank-holidays-api

Sponsored OSS

By Backdevs

Updated 11 months ago

A simple Go API that serves the Romanian bank holidays

Image
API Management
Data Science
Integration & Delivery

285

Romanian bank holidays API

A simple Go API that serves the Romanian bank holidays

Build and Push statusGitHub release (latest SemVer)

Prerequisites

Usage

This API is publicly available at: https://api.bank-holidays.ro/?year=2049

However, if you want, you can run it locally using docker:

docker run -p 8080:8080 backdevs/romanian-bank-holidays-api

And access it at http://localhost:8080/?year=2025

Build

docker build \
  --tag backdevs/romanian-bank-holidays-api:1.0.0 \
  --tag backdevs/romanian-bank-holidays-api:latest \
  .

Docker Pull Command

docker pull backdevs/romanian-bank-holidays-api