Swift Ipify Save

Swift library for checking your IP address from ipify.org

Project README

Ipify

CI Status Carthage Compatible Version License Platform

Retrieve your public IP address from ipify's API service.

Usage

import Ipify

Ipify.getPublicIPAddress { result in
	switch result {
	case .success(let ip):
		print(ip) // "210.11.178.112"
		
	case .failure(let error):
		print(error.localizedDescription)
	}
}

Requirements

  • Swift 4
  • iOS 10+ / macOS 10.10+

Installation

CocoaPods

Ipify is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Ipify"

Carthage

github "vincent-peng/swift-ipify"

Author

Vincent Peng, [email protected]

Credit

Big thanks to Randall Degges for running and maintaining ipify!

License

Ipify is available under the MIT license. See the LICENSE file for more info.

Open Source Agenda is not affiliated with "Swift Ipify" Project. README Source: vincent-peng/swift-ipify
Stars
39
Open Issues
2
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating