New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nodejs-yandex-geocoder

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-yandex-geocoder

A lightweight Yandex geocoder library for NodeJS.

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
3
Maintainers
2
Weekly downloads
 
Created
Source

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: 'улица Бекетова'
    }]
    */
});

Keywords

geocoder

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts