Skip to content

peutetre/qstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM ready / Cordova's deviceready promisified with Q

Build Status

Dependency Status

SauceLabs Status

Usage

    var Qstart = require('qstart');

    function onSuccess (doc) {
        // do stuff on success...
    }

    function onError (err) {
        // do stuff on error...
    }

    Qstart.then(onSuccess, onError);

Install

via npm

npm install qstart

Test

npm install
grunt test

About

DOM ready / cordova `deviceready` promisified with Q

Resources

Stars

Watchers

Forks

Packages

No packages published