connect-weekly-schedule

0.0.1 • Public • Published

connect-weekly-schedule

Connect middleware for the weekly-schedule library.

Getting Started

Install the module with: npm install connect-weekly-schedule

	// In a connect / express app
	app.use(require('connect-weekly-schedule')(config.schedule));
	// Or pass a path to a JSON file, or JS file that
	// returns a valid object
	app.use(require('connect-weekly-schedule')(__dirname + '/config/schedule.json'));

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

v 0.0.1 - Initial release

License

Copyright (c) 2013 Alexa Grey Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i connect-weekly-schedule

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • scryptmouse