twodayslate / NetUtils

WHOIS, DNS, ping, view source, and more!
https://itunes.apple.com/us/app/netutils/id1434360325?mt=8
Other
35 stars 6 forks source link
hacktoberfest ios ios-app ios-swift network network-analysis network-monitoring networking swift whoisxmlapi

NetUtils

The all-in-one Network Utility application!

NetUtils is a Network Utility application that can do a whole lot, including:

Requirements

API Keys

In order to use/build this project you will have to create an Api Key enum. An example is below:

struct ApiKey {
    let name: String
    let key: String

    static var inApp: ApiKey {
        return ApiKey(name: "In-App Purchases", key: "my_key_here")
    }
}

This is necessary to support for In-App purchases properly. Service related keys are stored on the Cloudflare Workers® server.

Releasing

fastlane is used for screenshots.

Credits

Icons by Nucleo