1.0.5 • Published 7 years ago

nodejs-yandex-geocoder v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

nodejs-yandex-geocoder

Usage

var yandexGeocoder = new YandexGeocoder({apiKey: 'YOUR_API_KEY_HERE'});

yandexGeocoder.resolve('Пермь, улица Бекетова', (err, collection) => {
    if (err) throw err;

    /*    
    collection = [{
        obl: 'Пермский край',
        raion: 'городской округ Пермь',
        place: 'Пермь',
        street: 'улица Бекетова'
    }]
    */
});
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago