perl6/WebService-HazIP

Name: WebService-HazIP

Owner: Perl 6

Description: null

Created: 2015-11-12 01:52:07.0

Updated: 2016-08-16 00:10:01.0

Pushed: 2015-11-01 20:19:05.0

Homepage: null

Size: 144

Language: Perl6

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

perl6-WebService-HazIP

SYNOPSIS

Simple Internet web service used to obtain the host's current public addressable IP address. Connects to the canihazip.com web site using LWP::Simple and returns the data. Valadates the returned data to ensure there is a valid IPv4 address.

TODO
Methods
Retruns
Example
use WebService::HazIP;
my $ipObj = WebService::HazIP.new;
say "My public IP address is: " ~ $ipObj.returnIP();

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.