geo-kruglov
v0.0.2
Published
```sh $ make install ```
Downloads
2
Readme
Setup
$ make install
Run tests
$ make test
Usage
$ npm i -g geo-kruglov
$ geo-kruglov
> country: Russia, city: Kazan
$ geo-kruglov 24.48.0.1
> country: Canada, city: Québec
import GeoService from 'geo-kruglov';
const geoService = new GeoService();
geoService.getLocation(); // country: Russia, city: Kazan