1.3.0 • Published 9 years ago
le-job-queue-provider-firebase v1.3.0
le-job-queue-provider-firebase
Connect le-job-queue-service to Firebase
Installation
npm install le-job-queue-provider-firebase
Usage
var JobQueueProvider = require('le-job-queue-provider-firebase');
var firebaseUrl = /* your firebase url */
var provider = new JobQueueProvider(firebaseUrl);Tests
npm testto run unit tests oncegulp tddto run unit and e2e tests when tests changegulp coverageto run unit tests and create a code coverage report
Contributing
Please follow the project's conventions or your changes will not be accepted
Release History
- 0.1.0 Initial release