Created
July 22, 2017 16:33
-
-
Save codeannie/ff798f3fc4c0fb8496a16711cc02d977 to your computer and use it in GitHub Desktop.
Inspire Travel App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Landing page | |
| a. Search field for user to input location | |
| i. Google Places: https://developers.google.com/places/web-service/intro | |
| b. Show API used | |
| c. Footer | |
| 2. Display Page -- Based on Location input, | |
| a. Display Location Name | |
| b. Display location time & user time | |
| i. Moment.js | |
| c. Display location weather | |
| i. Accuweather API | |
| d. Display photos from location | |
| i. Flickr Photos | |
| 1) https://www.flickr.com/services/api/explore/flickr.places.findByLatLon | |
| ii. Getty Images | |
| 3. Bonus feature | |
| a. Show on google map | |
| b. search field to look again or reset button | |
| Links to travel sites to research flight & hotel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment