Horje
determine location of ip address nodejs Code Example
determine location of ip address nodejs
/**
 * Determine location of ip address [NODEJS]
*/

//freegeoip.net/{format}/{IP_or_hostname}
//Sample GET http://freegeoip.net/json/207.97.227.239 :

{
  ip: "207.97.227.239",
  country_code: "US",
  country_name: "United States",
  region_code: "TX",
  region_name: "Texas",
  city: "San Antonio",
  zip_code: "78218",
  time_zone: "America/Chicago",
  latitude: 29.4889,
  longitude: -98.3987,
  metro_code: 641
}




Javascript

Related
secure random nodejs Code Example secure random nodejs Code Example
split words in javascript Code Example split words in javascript Code Example
check if number appears odd number of times in array javascript Code Example check if number appears odd number of times in array javascript Code Example
secure cookie in javascript Code Example secure cookie in javascript Code Example
get input value angular Code Example get input value angular Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9