Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.