# node-geoutils

> Country geolocation functions

Latest version **1.4.0** (published 2018-10-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-geoutils
pnpm add node-geoutils
yarn add node-geoutils
bun add node-geoutils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2018-10-11 |
| First published | 2018-04-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 21.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thibaut Gatouillat |
| Maintainers | tib-tib |

## Links

- npm: https://www.npmjs.com/package/node-geoutils
- Repository: https://github.com/tib-tib/geoutils
- Homepage: https://github.com/tib-tib/geoutils#readme
- Issues: https://github.com/tib-tib/geoutils/issues
- npm.io page: https://npm.io/package/node-geoutils

## Recent versions

- 1.4.0 (latest) — 2018-10-11
- 1.3.0 — 2018-10-11
- 1.2.0 — 2018-10-10
- 1.1.0 — 2018-08-09
- 1.0.1 — 2018-08-09
- 1.0.0 — 2018-04-25

## README

# Geo utils

## Usage

```
const geoUtils = require('node-geoutils')

const { latitude, longitude, country } = geoUtils.getCountryInfo('FR') // you can also do geoUtils.getCountryInfo('France')

console.log('Latitude:', latitude) // outputs 'Latitude: 46.227638'
console.log('Longitude:', longitude) // outputs 'Longitude: 2.213749'
console.log('Country:', country) // outputs 'Country: France'
```

---
_Source: https://npm.io/package/node-geoutils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
