Added local caching functionality to IYP requests. Now, data fetched from the Internet Yellow Pages (IYP) API will be cached locally for one day, enhancing performance and reducing the number of API requests.
Fixed a minor typo in the codebase for improved clarity and consistency.
Renamed the cookie banner to the local storage banner and updated the accompanying text to accurately reflect its purpose. This change ensures better alignment with the functionality provided, which is related to local storage rather than cookies.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
This PR includes the following changes:
Added local caching functionality to IYP requests. Now, data fetched from the Internet Yellow Pages (IYP) API will be cached locally for one day, enhancing performance and reducing the number of API requests.
Fixed a minor typo in the codebase for improved clarity and consistency.
Renamed the cookie banner to the local storage banner and updated the accompanying text to accurately reflect its purpose. This change ensures better alignment with the functionality provided, which is related to local storage rather than cookies.
Types of changes
Checklist: