/Weather

Basic weather app, search location and get 5 day forecast

Primary LanguageJava

Weather App

This is an application that displays local and global weather, Version 1: 16/03/2018

By: Danyel Murray

Description

This application can display the weather and forecast in a location provided by the user, as well as display weather information around the world when queried.

Dependencies/Set Up

  • Clone github repository https://github.com/danyellington/Weather.git
  • Open Android Studio v.3.0.1
  • Open project Weather
  • Open browser and navigate to https://apixu.com
  • Sign up and follow prompts
  • Verify email, log in, and API key will be provided
  • In Android Studio, create a new resource bundle at the top level of the project directory called gradle.properties
  • Add API key to file as WeatherKey = "API KEY HERE"
  • Run emulator

Specifications

Behavior Input Output
User enters location Portland, OR Up to date 7 day forecast is returned
User can select day of the week Tuesday Tuesday's forecast is displayed
User selects weather around the world world button Top cities current weather conditions display
App can display current radar view radar live radar is displayed

Technologies used:

-Java -Android Studio

Known bugs:

Please alert to any bugs in my program

Contact Details:

License

Copyright (C) 2018 Danyel Murray

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.