Skip to content

viper architecure for ios using openweather api to show data about the weather

License

Notifications You must be signed in to change notification settings

albertopeam/ios-viper

Repository files navigation

VIPER

Example viper arch for ios. The example must show a list of locations, each one can be accesed to see what weather is doing now.

To run this project you need to create an OpenWeather api key, after that create a file called constants like that:

#ifndef Constants_h
#define Constants_h

#define API_KEY @"INSERT YOUR API KEY"

#endif /* Constants_h */

Art

Cities Weather

TODOS:

  • CRASH: repeating city

iterartion 1:

  • exception delegate

iteration 3:

  • test all
  • unit
  • integration

iteration 4:

  • make views more beautifull
  • add weather forecast

About

viper architecure for ios using openweather api to show data about the weather

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published