Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

bonfire

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bonfire

Node job scheduling backed by Firebase RD.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
9
80%
Maintainers
1
Weekly downloads
 
Created
Source

Front End Developer Desk

Bonfire

Simple Node scheduling backed by Firebase RD.

STATUS

Build Status

FEATURES
  • Scheduling a new job and automatic redundancy via Firebase.
  • Cancelling existing jobs from job key.
  • Requeuing existing jobs from a cold server start.
TABLE OF CONTENTS
GETTING STARTED

You can install Bonfire using Yarn or NPM.

It is recommended that you use --exact as the library is constantly evolving and may break without notice.

# Via Yarn:
$ yarn add bonfire --exact
# or via NPM:
$ npm install bonfire --save-exact
import { Bonfire } from 'bonfire'
CONTRIBUTING

There are many ways to contribute to Bonfire, you can:

  • submit bugs,
  • help track issues,
  • review code changes,
  • or, engage in discussion about new features.

Keywords

firebase

FAQs

Package last updated on 29 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts