1.0.2 • Published 5 years ago

amap-web-api-sdk v1.0.2

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

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

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago