Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.03 KB

Packaging Keypress for Meteor.js, the most popular full-stack JavaScript framework on GitHub.

Usage

Note that for Meteor, you must access Keypress via the keypress global, rather than via window.keypress as advised in the documentation. Do this:

var listener = new keypress.Listener();

Everything else is the same.

Meteor

If you're new to Meteor, here's what the excitement is all about - watch the first two minutes; you'll be hooked by 1:28.

That screencast is from 2012. In the meantime, Meteor has become a mature JavaScript-everywhere web development framework with numerous advantages over all other single-page application frameworks.

Issues

If you encounter an issue while using this package, please CC @dandv when you file it in this repo.

DONE

  • Instantiation and basic functionality test

TODO

  • Test to ensure bindings are preserved when re-rendering templates