Skip to content

sinchang/amap-web-api-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amap-web-api-sdk

NPM version NPM downloads Build Status codecov Greenkeeper badge

Install

npm i amap-web-api-sdk

Usage

const Amap = require('amap-web-api-sdk')

const aMap = new Amap(key)

aMap.geocode.geo(data).then(res => {
  console.log(res)
})

Reference

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

amap-web-api-sdk © sinchang, Released under the MIT License.
Authored and maintained by sinchang with help from contributors (list).

sinchang.me · GitHub @sinchang · Twitter @sinchangwen