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 address data to the banks_info.json file #1

Open KWangechi opened 2 months ago

KWangechi commented 2 months ago

There is need to know the exact address of the branch locations for easier identification, e.g can have town name, street name, building name etc

Can also add the tag 'Head Office' to the branches that are headquarters eg

{
"bank_name": "Equity",
"branches: [
{
   "branch_name": "Nairobi - Head Office"
}
]
}