Skip to content

A bloated project for accessing holiday information globally

License

Notifications You must be signed in to change notification settings

scriubuguri/HoliFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holidays Finder

Holidays Finder provides information about holidays worldwide. Powered by an API, users can access data on public holidays, observances, and special events across various countries and regions.

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/scriubuguri/HoliDates.git
  1. Create a virtual environment with the following command:
python3 -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Visit Abstract API and follow the steps to register and obtain an API key. After you have obtained the API key, configure the your_api_key variable in the views.py file with your key.

  2. Before run the app, open the HoliDates folder (where you have the manage.py file) and apply the migrations:

python3 manage.py migrate

Run the app with the following command:

python3 manage.py runserver
  1. Open your browser and select the date to find the holiday

Author

  • scriubuguri

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

A bloated project for accessing holiday information globally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published