Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heyitsuzair/get-geolocation-details

📌 A CLI that gives you location details of any IP address
https://github.com/heyitsuzair/get-geolocation-details

get-location get-location-details javascript location-cli nodejs

Last synced: 26 days ago
JSON representation

📌 A CLI that gives you location details of any IP address

Awesome Lists containing this project

README

        

## 📌get-geolocation-details

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Features

- Continent Code
- Continent Name
- Country Name
- Region Name
- Languages
- City
- ZIP
- Latitude
- Longitude
- Capital

## Installation

Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add ```sudo``` before the following command.

```bash
npm i -g get-geolocation-details
```
## Usage

Enter the following in your terminal:

```bash
location
```
The CLI will ask you to give an IP address. Enter the IP address you want to get the location information of.
![Image](https://github.com/heyitsuzair/get-geolocation-details/blob/master/img/cli-img.PNG "Image")