Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 570 Bytes

File metadata and controls

18 lines (12 loc) · 570 Bytes

Flutter Simple Weather App w/ REST API

API Reference

Get country name and weather details

  https://api.openweathermap.org/data/2.5/weather?q=cityName&appid=apiKey
Parameter Type Description
q string Required. Your cityName
apiKey string Required. Your API key

wapi