Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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