An open API service indexing awesome lists of open source software.

https://github.com/twodayslate/netutils

WHOIS, DNS, ping, view source, and more!
https://github.com/twodayslate/netutils

hacktoberfest ios ios-app ios-swift network network-analysis network-monitoring networking swift whoisxmlapi

Last synced: about 1 year ago
JSON representation

WHOIS, DNS, ping, view source, and more!

Awesome Lists containing this project

README

          

# NetUtils

The all-in-one Network Utility application!

NetUtils is a Network Utility application that can do a whole lot, including:
- Network connectivity status
- Network interface information
- WiFi information
- VPN information
- Host information
- WHOIS information from Whois XML API (subscription required)
- DNS information from Whois XML API (subscription required)
- Google Web Risk Information
- Ping utility
- View page source

## Requirements

### API Keys

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

```swift
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®](https://www.cloudflare.com/products/cloudflare-workers/) server.

### Releasing

[fastlane](https://fastlane.tools/) is used for screenshots.

## Credits

Icons by [Nucleo](https://nucleoapp.com/)