Guest User

Untitled

a guest
Jun 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. App 1: Web App
  2. Due: Thursday, February 16th, 11:59PM
  3. Objective
  4.  
  5. Learn the how to create a mobile application on the Web. Have fun!
  6. Description
  7. [Current MSState Weather]
  8.  
  9. In this assignment, you will create a mobile application that presents the weather in the MSState area. You have several options of information to display.
  10. Requirements
  11.  
  12. At the minimum, each app must do the following: Display the current temperature and weather conditions in the Starkville/MSState area and indicate if there is any severe weather alerts (and the nature of the alerts either by enumeration or linking to another page describing the alerts that does not have to be generated by the app). The app should be appropriately scaled for smartphone devices (roughly 320x480 if targeting iOS) and tablets (roughly 1024x768 if targeting iOS).
  13.  
  14. Some useful sites that can be used to do AJAX web-scraping of data:
  15.  
  16. The MSState Weather site
  17. Hazardous Weather (Mobile Site) from the National Weather Service
  18.  
  19. Feel free to post other sites for students on the discussion board.
  20. Additional Options
  21.  
  22. Choose one of the following options to also implement.
  23.  
  24. Display current weather radar. This can be using an extant image, or, for a challenge, generating a custom image using something like d3, polymaps, and weather data (I don't have a good link here). Brownies if you get rid of that damn awful rainbow colormap.
  25. Provide forecasting data for the next few days (3 minimum).
  26. Instead of using just Starkville, utilize some tracking ability to determine the phone's current location and display weather information from there (screen shots of different locations will be needed for demonstration).
  27.  
  28. Turning it in
  29.  
  30. The app will be demoed on Thursday, February 16th. All files will then be turned in via myCourses.
Add Comment
Please, Sign In to add comment