awesome-cordova-plugins/docs/plugins/google-nearby/README.md

24 lines
680 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/google-nearby/index.ts#L2">
Improve this doc
</a>
# Google Nearby
```
$ ionic cordova plugin add cordova-plugin-google-nearby --variable API_KEY="123456789"
$ npm install @ionic-native/plugins/google-nearby
```
## [Usage Documentation](https://ionicframework.com/docs/native/google-nearby/)
Plugin Repo: [https://github.com/hahahannes/cordova-plugin-google-nearby](https://github.com/hahahannes/cordova-plugin-google-nearby)
This plugin adds support for the Google Nearby Messages API.
## Supported platforms
- Android
2021-09-29 20:38:45 +08:00