An open API service indexing awesome lists of open source software.

https://github.com/connor11528/microscope

following the discover meteor ebook
https://github.com/connor11528/microscope

Last synced: 11 months ago
JSON representation

following the discover meteor ebook

Awesome Lists containing this project

README

          

microscope
====

Live version here: http://jasonshark_microscope.meteor.com/

Code inside folders that are not `client/` or `server/` will run in both contexts

Anything you put inside the `/lib` folder is guaranteed to load first
before anything else in your app. Its contents will be available on client and server.