0.0.3 • Published 4 years ago

feathers-schedule v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

feathers-schedule

Build Status Code Climate Test Coverage Dependency Status Download Status

Installation

npm install feathers-schedule --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses feathers-schedule.

const feathers = require('@feathersjs/feathers');
const plugin = require('feathers-schedule');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.

0.0.3

4 years ago

0.0.2

4 years ago