https://github.com/sinchang/amap-web-api-sdk
Amap Web API SDK
https://github.com/sinchang/amap-web-api-sdk
amap amapsdk api
Last synced: 8 months ago
JSON representation
Amap Web API SDK
- Host: GitHub
- URL: https://github.com/sinchang/amap-web-api-sdk
- Owner: sinchang
- License: mit
- Created: 2018-10-22T07:46:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T19:56:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T03:07:40.480Z (8 months ago)
- Topics: amap, amapsdk, api
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amap-web-api-sdk
[](https://npmjs.com/package/amap-web-api-sdk) [](https://npmjs.com/package/amap-web-api-sdk) [](https://travis-ci.org/sinchang/amap-web-api-sdk) [](https://codecov.io/gh/sinchang/amap-web-api-sdk) [](https://greenkeeper.io/)
## Install
```bash
npm i amap-web-api-sdk
```## Usage
```js
const Amap = require('amap-web-api-sdk')const aMap = new Amap(key)
aMap.geocode.geo(data).then(res => {
console.log(res)
})
```## Reference
- [Web 服务 API | 高德地图](https://lbs.amap.com/api/webservice/summary)
## 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](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/amap-web-api-sdk/contributors)).> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)