Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesjara/fortumo-sms-gateway-cordova-plugin
Fortumo SmS Gateway Cordova Plugin
https://github.com/jamesjara/fortumo-sms-gateway-cordova-plugin
cordova cordova-plugin fortumo phonegap sms
Last synced: 9 days ago
JSON representation
Fortumo SmS Gateway Cordova Plugin
- Host: GitHub
- URL: https://github.com/jamesjara/fortumo-sms-gateway-cordova-plugin
- Owner: jamesjara
- License: apache-2.0
- Created: 2016-02-21T08:50:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T04:02:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T14:49:59.290Z (17 days ago)
- Topics: cordova, cordova-plugin, fortumo, phonegap, sms
- Language: Java
- Homepage:
- Size: 507 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fortumo-sms-cordova-plugin
=======================Fortumo Sms Gateway plugin for Cordova-based frameworks
Cordova Integration
-------------------1) Add Android platform to your project using CLI.
```
$ cordova platform add android
```2) Add Fortumo Sms Gateway plugin, referencing repo.
```
$ cordova plugin add https://github.com/jamesjara/Fortumo-Sms-Gateway-Cordova-Plugin.git
```3) Build the app.
```
$ cordova build
```4) Run it.
```
$ cordova run android
```Plugin Usage
------------1) add your GAP or NPM.
```
```2) Add your scripts under cordova.js tag
```
```
2) Simply call ```window.fortumo``` object methods, passing callback functions.Initialize plugin.
```
fortumo.init(function(){}, function(){});
```Example
------------
Check example folder for a wallet store prototype.