A Band's Touring Forecast App -- Exercise the creation of a simple flutter application using the OpenWeather API within 48 hours
If you have make avaiable, the easiest way is to set your OpenWeather API key
in a env.json
file and run make test
and make run
.
Alternatively you can provide your api with
flutter run --dart-define=API_KEY={YOUR KEY}