0.1.4-alpha.0 • Published 4 years ago

@geocoder-free/yahoo v0.1.4-alpha.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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