An API for finding national holidays by country. Mainly designed for use in browsers.
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}
Using the javascript fetch api
fetch('https://holsfinderapi.herokuapp.com/api/v1/countries')
fetch(https://holsfinderapi.herokuapp.com/api/v1/holidays/US/1)
- Node
- Express
- Holiday api