npm install arrow-keysA stream of arrow keys
`` js
var ArrowKeys = require("arrow-keys")
, arrows = ArrowKeys()
arrows.on("data", function (key) {
// up, left, right, down
console.log(key)
})
/ NOW MASH UP LEFT RIGHT DOWN IN THAT ORDER /
`
npm install arrow-keys`
- Raynos