Skip to content

An attempt to implement Core Location and Climate Data

Notifications You must be signed in to change notification settings

prasaadem/Lone-Walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lone Walker

This project is a navigation based application using CoreLocation, MapKit frameworks. It fetches the users current location and destination location. It finds the shortest path between these two locations, displays it on MapView.

In addition to displaying the route, the app makes a series of server calls to OpenWeatherMap API to fetch the current weather information in that particular route and displays that information in a tabluar data.

Getting Started

Download the project. Navigate to the project directory and run pod install.

Prerequisites

What things you need to install the software and how to install them

cocoa pods
Xcode 9.0
ios 11.0 Simulator
Swift 4

Installing

Navigate to the project directory.

Install pods

pod install

Open Lone Walker.xcworkspace in xcode 9

Lone Walker.xcworkspace

Run the application

cmd+R

Built With

  • Alamofire - Alamofire is an HTTP networking library written in Swift.
  • SwiftJSON - SwiftyJSON makes it easy to deal with JSON data in Swift.
  • SVProgressHUD - SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS.
  • OpenWeatherMap - Used to generate weather API Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

  • Version 1.0

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published