cordova-plugin-hotspot
Version:
Cordova WiFi Hotspot Plugin
48 lines (33 loc) • 2.67 kB
Markdown
# Cordova HotSpot Plugin 
[](https://greenkeeper.io/)
**DISCONTINUED**
> If anybody wants to takeover the project feel free to contact me
[](https://travis-ci.org/hypery2k/cordova-hotspot-plugin) [](http://badge.fury.io/js/cordova-plugin-hotspot) [](https://david-dm.org/hypery2k/cordova-hotspot-plugin) [](https://david-dm.org/hypery2k/cordova-hotspot-plugin#info=devDependencies)
[](http://issuestats.com/github/hypery2k/cordova-hotspot-plugin) [](http://issuestats.com/github/hypery2k/cordova-hotspot-plugin)
> A Cordova plugin for managing HotSpot networks on Android with Cordova 3.4.0 / API Level 19
[](https://nodei.co/npm/cordova-plugin-hotspot/)
<a name="donation"></a>
> Feel free to **donate**
>
> <a href='http://www.pledgie.com/campaigns/33053'><img alt='Click here to lend your support and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/33053.png?skin_name=chrome' border='0' /></a>
> <a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AGPGLZYNV6Y5S">
> <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif"/>
> </img></a>
> Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D
>
> [](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)
## Installation
```bash
$ cordova plugin add cordova-plugin-hotspot
```
## Usage
See [here](./PLUGIN_USAGE.MD#cordova.plugins.hotspot) for complete API reference.
For Ionic Guidance see [here](https://github.com/hypery2k/cordova-hotspot-plugin/wiki/Ionic-usage).
You need to make sure that you have the right [Android permissions](https://github.com/hypery2k/cordova-hotspot-plugin/wiki/Android-Configuration).
## Dev
### To run the tests
```bash
npm test
```