1.3.0 • Published 8 years ago

le-job-queue-provider-firebase v1.3.0

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

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 test to run unit tests once
  • gulp tdd to run unit and e2e tests when tests change
  • gulp coverage to 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
1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

0.1.0

9 years ago