ahershailesh / Virtual-Tourist

Virtually travel all the world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Tourist

Just put finger on the map and get all the images from that place. This project enable you to travel whole world with just one tap.

Features

  • View all images, as you scroll down, next page is fetched automatically.
  • Save images in background to view them later on.
  • Delete annoying images.
  • Share your favourite image on social media.

Libraries and Frameworks Used

  1. Foundation
  2. UIKit
  3. Core Data to store images.

External Library 4. Kingfisher to load images from network.

How to Build

The build system uses CocoaPods to integrate dependencies. You should be familiar with CocoaPods and API key and secret from Flickr account.

Download zip or fork & clone project on your desktop. Open Terminal and cd into project folder. Run pods install to install dependencies. Open VirtualTourist.xcworkspace, it will open in Xcode. Now, Open Constants.swift file and put the appropriate keys in it. You can find the keys using this guide. Now you can build and run.

Licence

This project was submitted by Shailesh Aher as part of the iOS Developer Nanodegree At Udacity.
As part of Udacity Honor code, your submissions must be your work, hence submitting this project
as yours will cause you to break the Udacity Honor Code moreover, the suspension of your account.
Me, the author of the project, allows you to check the code as a reference, but if you submit it,
it is your responsibility if you get expelled.
Besides the above notice, the following license applies, and this license notice must be included
in all works derived from this project.

MIT License

Copyright (c) 2018 Shailesh Aher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Virtually travel all the world.


Languages

Language:Swift 99.3%Language:Ruby 0.7%