@geocoder-free/yahoo
TypeScript icon, indicating that this package has built-in type declarations

0.1.4-alpha.0 • Public • Published

@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

  1. 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.

Package Sidebar

Install

npm i @geocoder-free/yahoo

Weekly Downloads

1

Version

0.1.4-alpha.0

License

MIT

Unpacked Size

9.43 kB

Total Files

18

Last publish

Collaborators

  • thundermiracle