Toy for quick Meteor package lookup

Try this toy if you like quicker bare bone search for packages: http://moonlight.meteor.com/

Just a quick hack for some context while picking up semantics-ui. No DB, No routing, just browser based lunr search. Package detail picks up data from individual package .json file on S3.

Improvements / suggestions are welcome: https://github.com/daveeel/meteor-moonlight/issues

Now updated with full keyboard operation, which means even faster lookup.

Keyboard handling is made easy with the latest backed-in signal handling of ViewModel.

Nice!. Btw, someone posted a similar project some weeks ago: http://fastosphere.meteor.com/

Thanks for the info. One more good source to learn from :smile: