KWangechi / bank-codes-web-scrapper

A small project for getting all the bank codes and branches in Kenya
https://kenya-bank-code-search.pages.dev/
22 stars 10 forks source link

Add Opening Hours info to the Json file #4

Open KWangechi opened 2 months ago

KWangechi commented 2 months ago

There is need to include opening hours for the bank branches but it will be divided into 2, openingTimeWeekdays, closingTimeWeekends, openingTime Weekends, closingTimeWeekdays, like so:

{
"bank_name": "Equity",
"branches":
 [
   {
    "branch_name: "Nairobi - Head Office",
    "openingTimeWeekdays": "8:00am",
    "openingTimeWeekends": "5:00pm",
    "closingTimeWeekdays": "8:00am",
    "closingTimeWeekends": "1:00pm",
   }
 ]
}