WeatherApp is made for you to comfortably check realtime weather status of your desired place. The application is built around the World Weather API's
- The app lets you check the real-time weather of your selected place.
- Add a new place from search and set it as your primary location
- Readily available list of your previously searched places.
- Full Network Access.
- cd ~/ProjectLocation/WeatherApp
- git clone git@github.com:santimendon/WeatherApp.git
- Visit the link to create World weather API key
- Create a new file named apikey.properties in your project root location
- Add your API key
API_KEY="XXXXXXXXX_API_KEYXXXXXX"
- Build and Run your project