Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heyitsuzair/get-geolocation-details
- Owner: heyitsuzair
- License: mit
- Created: 2023-03-06T03:11:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T19:14:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-20T22:26:50.780Z (over 1 year ago)
- Topics: get-location, get-location-details, javascript, location-cli, nodejs
- Language: JavaScript
- Homepage: https://npmjs.com/package/get-geolocation-details
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```
## UsageEnter 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")