An application that can "virtually" show you any part of the world through photos, powered by the Flickr API. Drop a pin anywhere on the map and create a custom photo album for any place in the world! For an experience that always feels new, use the "New Collection" button to refresh your photo album! Your pins and customized albums will be saved after exiting the application.
-
Fork the official repository and run the project file in Xcode.
-
You will need to supply a valid Flickr API Key. You can apply for your own Flickr API Key here.
Upon running the application, the Travel Locations View will be loaded. From here, use scrolling and "pinch to zoom" gestures to locate a geographic region that you'd like to visit. A short touch gesture will add a pin to the map. To remove a pin, click the "EDIT" button on the top tool bar. A short touch will then remove the pin. When a pin is touched, the photo album will appear and download photos from Flickr for that region. A new collection of photos can be downloaded at anytime by pressing the "New Collection" button. You can individually select photos to remove from the album by touching the photos.
I'd love to get pull requests from everyone. Here are some ways you can contribute:
- by reporting bugs
- by suggesting new features
- by writing or editing documentation
- by writing specifications
- by writing code(ie. fix typos, add comments, clean up inconsistent white space)
- by creating more detailed, eye-pleasing design elements
- Fork the official repository.
- Create a topic branch.
- Implement your feature or bug fix.
- Add, commit, and push your changes. Please try to use the Udacity Git Commit Message Style Guide.
- Submit a pull request.
- Please add tests if you change the code
- If you don't know how to add a test, please put in a PR and leave a comment asking for help. I'd love to help!
Currently the build is PASSING.
No issues reported so far!