amap-web-api-sdk

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i amap-web-api-sdk

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

10 kB

Total Files

15

Last publish

Collaborators

  • sinchang