I want to create a weather app that pulls from an external api.
I thought flutter in the front and c # in the backend.
I wanted to ask if these languages connect and fit together?
And where can I get an external api?
Thank you so much everyone.
CodePudding user response:
For external weather api try to look at https://openweathermap.org.
Basically, client-side and server-side communicate by some protocol or architecture ( it is not an issue of programming languages' consistence ). So, build an API with .asp and fetch the data using requests to the api with flutter.