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/
23 stars 10 forks source link

Add a map to show the locations of the banks #2

Open KWangechi opened 3 months ago

KWangechi commented 3 months ago

Can have a map for visualization, to enhance on the search feature

MichaelWaruiru commented 3 months ago

Use folium to create a map instance in your Python API then render the map using leaflet.js(I find it easier to implement since you're using React). The latter will get the latitude and longitude of the specific banks into real-life visualization.