ProfYaffle88 / donkey-audit

A personal project to practice the handling of APIs
0 stars 0 forks source link

Postcode Search Function #1

Open ProfYaffle88 opened 7 months ago

ProfYaffle88 commented 7 months ago

Postcode search will require taking input and comparing to an ONS .csv to retrieve Constituency Name.

Constituency name can then be searched using the API to return the corresponding MP. This will require modification/supplementation of the existing API fetch code.