https://github.com/hypery2k/cordova-hotspot-plugin
A Cordova plugin for managing HotSpot networks on Android
https://github.com/hypery2k/cordova-hotspot-plugin
Last synced: 6 months ago
JSON representation
A Cordova plugin for managing HotSpot networks on Android
- Host: GitHub
- URL: https://github.com/hypery2k/cordova-hotspot-plugin
- Owner: hypery2k
- License: mit
- Created: 2016-01-05T07:56:09.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-15T11:43:24.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:10:13.015Z (about 1 year ago)
- Language: JavaScript
- Size: 30.1 MB
- Stars: 37
- Watchers: 13
- Forks: 50
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
Awesome Lists containing this project
README
# 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/)
> Feel free to **donate**
>
>![]()
>
>![]()
>
> Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D
>
> [](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)## Installation
```bash
$ cordova plugin add cordova-plugin-hotspot
```
## UsageSee [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
```