Skip to content

Kaytbode/holsfinderapi

Repository files navigation

Build Status Coverage Status Reviewed by Hound Hosted on Heroku API-DOCS on Swagger

Holsfinderapi

An API for finding national holidays by country. Mainly designed for use in browsers.

Usage

URL to get all supported countries : https://holsfinderapi.herokuapp.com/api/v1/countries
URL to get holidays by country and month : https://holsfinderapi.herokuapp.com/api/v1/holidays/{country}/{month}

Examples

Get all supported countries

Using the javascript fetch api fetch('https://holsfinderapi.herokuapp.com/api/v1/countries')

Get all holidays of a country by month

fetch(https://holsfinderapi.herokuapp.com/api/v1/holidays/US/1)

Built with

About

A rest API to find national holidays of country by month

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors