Instructions
- Fork this repo into your own github account
- Complete the task
- Commit your code to your fork (we want to be able to see your source code!)
- Submit a publicly viewable link to your forked repo in the application form
- If you have any comments or assumptions, add them to this README.md file
Task
Create an app that has one button. When the button is pressed, the current temperature in Houston Texas is shown in a text field. By current temperature, we mean the temperature when we run your app.
Your comments or assumptions
- I assumed that the temperature displayed on the app is the temperature upon button click and not the temperature on app startup.
- In addition to the weather in Houston, my app also lets the user find the weather anywhere using the latitude and longitude values.