This package has been deprecated

Author message:

This package is no longer maintained.

amalgamatic-h5dcsched

1.0.3 • Public • Published

Build Status

amalgamatic-h5dcsched

Amalgamatic plugin for the HTML5DevConf Schedule

Installation

Install amalgamatic and this plugin via npm:

npm install amalgamatic amalgamatic-h5dcsched

Usage

var amalgamatic = require('amalgamatic'),
    sched = require('amalgamatic-h5dcsched');

// Add this plugin to your Amalgamatic instance along with any other plugins you've configured.
amalgamatic.add('sched', sched);

//Use it!
var callback = function (err, results) {
    if (err) {
        console.dir(err);
    } else {
        results.forEach(function (result) {
            console.log(result.name);
            console.dir(result.data);
        });
    }
};

amalgamatic.search({}, callback);

Readme

Keywords

Package Sidebar

Install

npm i amalgamatic-h5dcsched

Weekly Downloads

5

Version

1.0.3

License

none

Last publish

Collaborators

  • trott