Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andresayac/spain-holiday

Obtain the public holidays of Spain thanks to scraper of https://www.calendarioslaborales.com/
https://github.com/andresayac/spain-holiday

holidays php scraper spain

Last synced: 6 days ago
JSON representation

Obtain the public holidays of Spain thanks to scraper of https://www.calendarioslaborales.com/

Awesome Lists containing this project

README

        

# Holiday Validation
Thanks to this scraper it is possible to validate if a day is a holiday in Spain, taking into account the province, all the information in this script is obtained from https://www.calendarioslaborales.com/

# Validación de dia feriado
Gracias a este scraper es posible realizar la validación si un dia es feriado en España, teniendo en cuenta la provincia, toda la información de este script es obtenida desde https://www.calendarioslaborales.com/

## 📌 Installation
```
$ git clone https://github.com/andresayac/spain-holiday.git
$ cd spain-holiday
$ composer install
```