An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Cordova HotSpot Plugin ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)

[![Greenkeeper badge](https://badges.greenkeeper.io/hypery2k/cordova-hotspot-plugin.svg)](https://greenkeeper.io/)

**DISCONTINUED**

> If anybody wants to takeover the project feel free to contact me

[![Build Status](https://travis-ci.org/hypery2k/cordova-hotspot-plugin.svg?branch=master)](https://travis-ci.org/hypery2k/cordova-hotspot-plugin) [![npm version](https://badge.fury.io/js/cordova-plugin-hotspot.svg)](http://badge.fury.io/js/cordova-plugin-hotspot) [![Dependency Status](https://david-dm.org/hypery2k/cordova-hotspot-plugin.svg)](https://david-dm.org/hypery2k/cordova-hotspot-plugin) [![devDependency Status](https://david-dm.org/hypery2k/cordova-hotspot-plugin/dev-status.svg)](https://david-dm.org/hypery2k/cordova-hotspot-plugin#info=devDependencies)
[![Issue Stats](http://issuestats.com/github/hypery2k/cordova-hotspot-plugin/badge/pr?style=flat)](http://issuestats.com/github/hypery2k/cordova-hotspot-plugin) [![Issue Stats](http://issuestats.com/github/hypery2k/cordova-hotspot-plugin/badge/issue?style=flat)](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

[![NPM](https://nodei.co/npm/cordova-plugin-hotspot.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/cordova-plugin-hotspot/)


> Feel free to **donate**
>
> Click here to lend your support and make a donation at www.pledgie.com !
>
>
>

> Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D
>
> [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](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
```