Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/wipmania-get-ip-address-country


https://github.com/ryanburnette/wipmania-get-ip-address-country

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# #wipmaniaGetIPAdressCountry()

Get the country of origin for an IP address from [Wipmania's API](http://wipmania.com).

## Requirements

- Promise
- Fetch

## Usage

```javascript
wipmaniaGetIPAdressCountry('1.2.3.4','mysite.com')
.then(function (country) {
console.log(country)
})
```