Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristantoye/meteor-extension
Boilerplate for a Meteor.js Chrome Extension
https://github.com/tristantoye/meteor-extension
Last synced: about 1 month ago
JSON representation
Boilerplate for a Meteor.js Chrome Extension
- Host: GitHub
- URL: https://github.com/tristantoye/meteor-extension
- Owner: TristanToye
- Created: 2015-01-08T03:05:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T10:57:43.000Z (over 7 years ago)
- Last Synced: 2024-10-08T01:27:38.873Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 44
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-extension
This is Boilerplate for a Meteor.js Chrome ExtensionQuick demo of both using DDP to pull a collection into the extension & an iframe popup to add a UI to the browser.
Based on http://www.slideshare.net/JonathanPerl/building-a-chrome-extension-with-meteor
Uses https://github.com/eddflrs/meteor-ddp
Extension base from http://extensionizr.com/