Skip to content

Get informations from ip address like geolocation, currency, language, timezone, and more

Notifications You must be signed in to change notification settings

FlorianBELLAZOUZ/kip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kip

Get informations from ip address like geolocation, currency, language, timezone, and more

const IpInfo = require('kip')

const ip = '5.51.43.146'
const info = IpInfo(ip)

console.log(info)
{ range: [ 87238656, 87239679 ],
  country: 'FR',
  region: 'OCC',
  eu: '1',
  timezone: 'Europe/Paris',
  city: 'Toulouse',
  ll: [ 43.6046, 1.4451 ],
  metro: 0,
  area: 20,
  country_name: 'France',
  currency: 'Euros',
  currencyCode: 'EUR',
  symbol: '€',
  symbol_native: '€' }

About

Get informations from ip address like geolocation, currency, language, timezone, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published