1.0.5 • Published 8 years ago

nodejs-yandex-geocoder v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago