Small application that will present a user with Weather at their given location.
1. Get API Key from Open Weather Map from
https://home.openweathermap.org/api_keys
2. open app/build.gradle
3. replace <YOUR WEATHER_API_KEY> with your api key you just registered
4. Sync your project with the updated Gradle file
- Jetbrains Kotlin : https://kotlinlang.org/
- Toothpick Dependency Injection : https://github.com/stephanenicolas/toothpick
- RxJava 2 / RxAndroid : https://github.com/ReactiveX/RxJava
- Retrofit 2 : http://square.github.io/retrofit/
- Picasso : http://square.github.io/picasso/
- EasyMock : http://easymock.org/