Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/andresayac/spain-holiday
- Owner: andresayac
- Created: 2022-09-13T23:29:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T23:46:08.000Z (about 2 years ago)
- Last Synced: 2024-01-29T20:11:21.980Z (9 months ago)
- Topics: holidays, php, scraper, spain
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```