Socket
Book a DemoInstallSign in
Socket

@geocoder-free/yahoo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geocoder-free/yahoo

get latitude and longitude by yahoo

latest
Source
npmnpm
Version
0.1.4-alpha.0
Version published
Maintainers
1
Created
Source

@geocoder-free/yahoo

Description

Get latitude&longitude by YOLP(Yahoo! Open Local Platform) or by yahoo map.

Installation

Install the package in your project directory with:

// with npm
npm install @geocoder-free/yahoo

// with yarn
yarn add @geocoder-free/yahoo

Usage

  • Get latlng by yahoo api

    const { GetLatLngByAPI } = require('@geocoder-free/yahoo');
    
    GetLatLngByAPI('YOLP appid', '東京都港区六本木').then(console.log);
    // print [35.66288632, 139.73359259]
    

License

This project is licensed under the terms of the MIT license.

Keywords

geocode

FAQs

Package last updated on 12 Jul 2020

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