Skip to content
js for create custom solutions
JavaScript CoffeeScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
examples
js
.gitignore
LICENSE
README.md
bower.json
gulpfile.coffee
package.json

README.md

webcall-mobilon.js

Usage

<script src="http://developer.mobilon.ru/webcall-mobilon.js/0.0.1/webcall.js"></script>

<script>

var webcall = new Webcall({key: 'YOUR_WEBCALL_KEY'});

webcall.makeOrder({number: '89135292926'})
.then(function (response) {
    console.log(response);

    //any do
});

</script>

Development

Prepare

git clone https://github.com/antirek/webcall-mobilon.js.git

cd webcall-mobilon.js

npm install

bower install

Build

gulp

Something went wrong with that request. Please try again.