Socket
Socket
Sign inDemoInstall

kakao-map-api

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kakao-map-api

카카오 지도 API


Version published
Maintainers
1
Install size
4.63 kB
Created

Readme

Source

다음 지도 API

다음 지도 Web API를 Node.js에서 간편하게 이용할 수 있도록 하는 모듈입니다.

npm

설치

$ npm install daum-map-api

예제

지도 검색결과 링크

var daum = require('daum-map-api')

daum.map('서울역', function(res) {
  console.log(res)
}

http://map.daum.net/link/map/9113903 를 출력합니다.

정적 이미지 지도 생성

var daum = require('daum-map-api')

daum.mapImage('서울역', function(res) {
  console.log(res)
}

http://map2.daum.net/map/imageservice?IW=550&IH=350&MX=493508&MY=1126575&CX=493508&CY=1126575&SCALE=2.5&service=open#.png 를 출력합니다.

Keywords

FAQs

Last updated on 15 Jan 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc