Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanburnette/wipmania-get-ip-address-country
- Owner: ryanburnette
- License: isc
- Created: 2018-08-07T17:36:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T17:38:38.000Z (over 6 years ago)
- Last Synced: 2024-11-19T19:52:25.485Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)
})
```