Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tallyb/awesome-meteor
A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things.
https://github.com/Tallyb/awesome-meteor
List: awesome-meteor
Last synced: 16 days ago
JSON representation
A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things.
- Host: GitHub
- URL: https://github.com/Tallyb/awesome-meteor
- Owner: Tallyb
- License: mit
- Created: 2015-06-08T03:25:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T03:27:18.000Z (over 9 years ago)
- Last Synced: 2024-11-20T20:02:16.448Z (about 1 month ago)
- Size: 96.7 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-meteor - A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things. (Other Lists / Monkey C Lists)
README
# Awesome Meteor
A curated list of awesome Meteor Packages, libraries and software.
- [Awesome Meteor](#awesome-meteor)
- [Getting Started](#getting-started)
- [Collections](#collections)
- [Forms and Templates](#forms-and-templates)
- [Users and Authentication](#users-and-authentication)
- [REST](#rest)
- [Files](#files)
- [Routers](#routers)
- [Degugging Tools](#degugging-tools)
- [Editor Plugins](#editor-plugins)
- [Search sort paginate](#search-sort-paginate)
- [Mobile](#mobile)
- [Testing](#testing)
- [SEO](#seo)
- [Analytics](#analytics)
- [ES6](#ES6)
- [Payments](#payments)
- [Deployement Tools](#deployement-tools)
- [FrontEnd Frameworks](#ui-frameworks)
- [Package managers](#package-managers)
- [Internationalization](#internationalization)
- [Scaffolding](#scaffolding)
- [Resources](#resources)
- [Websites](#websites)
- [Weekly](#weekly)
- [Twitter](#twitter)
- [Job Boards](#job-boards)
- [Contributing](#contributing)- - -
## Getting Started
*Where to start*
* [Official Meteor tutorial](https://www.meteor.com/try)
* [Meteor-Cookbook](https://github.com/awatson1978/meteor-cookbook) - Meteor Cookbook## Collections
*Helpers and expensions for collections*
* [aldeed:collection2](https://github.com/aldeed/meteor-collection2/) - Automatic validation of insert and update operations on the client and server.
* [dburles:collection-helpers](https://github.com/dburles/meteor-collection-helpers/) – Transform your collections with helpers that you define.
* [matb33:collection-hooks](https://github.com/matb33/meteor-collection-hooks/) - Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne.## REST
*REST support for Meteor*
* [simple:rest](https://github.com/stubailo/meteor-rest) - automatically make your Meteor app accessible over HTTP and DDP alike.
## Forms and Templates
*Helpers for templates*
* [aldeed:autoform](https://github.com/aldeed/meteor-autoform) - UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
## Users and Authentication
*Tools for handling users and authentication*
* [alanning:roles](https://github.com/alanning/meteor-roles) - Roles support for the built-in accounts packages.
## Deployement Tools
*Tools for deploying and maintaining Meteor apps*
* [meteorhacks:kadira](https://github.com/meteorhacks/kadira) - Performance Monitoring for Meteor.
* [meteor-up](https://github.com/arunoda/meteor-up) – Meteor Deployments.## Routers
*Routers for Blaze*
* [iron:router](https://github.com/iron-meteor/iron-router) - A client and server side router designed specifically for Meteor.
* [meteorhacks:flow-router](https://github.com/meteorhacks/flow-router) - Client Side Router for Meteor.## Testing
*Testing tools*
* [Velocity](http://velocity.meteor.com/) - A reactive test-runner for Meteor.
* [mike:mocha](https://github.com/mad-eye/meteor-mocha-web/) – Run mocha tests within the Meteor framework.
* [sanjo:jasmine](https://github.com/Sanjo/meteor-jasmine/) - Run Jasmine tests for all your Meteor code.
* [xolvio:cucumber](https://github.com/xolvio/meteor-cucumber) - Reactive BDD for Meteor using Cucumber.js and Velocity.
* [velocity:html-reporter](https://github.com/meteor-velocity/html-reporter) - HTML reporter for Meteor velocity testing framework.## Files
*Handling files in Meteor*
* [Meteor-CollectionFS](https://github.com/CollectionFS/Meteor-CollectionFS) - Meteor webbased filesystem handling up and downloads.
## Mobile
*Mobile Developement*
* [meteoric:ionic](https://github.com/meteoric/meteor-ionic) - Ionic components for Meteor.
* [martijnwalraven:meteor-ios](https://github.com/martijnwalraven/meteor-ios) - Integrates native iOS apps with the Meteor platform through DDP.
* [delight-im/Android-DDP](https://github.com/delight-im/Android-DDP) - DDP for clients on Android.## Analytics
*Analytics*
* [okgrow:analytics](https://github.com/okgrow/analytics/) - Google Analytics, Mixpanel, KISSmetrics (and more) integration for meteor.
## Degugging Tools
*Degugging Tools*
* [msavin:mongol](https://github.com/msavin/Mongol/) - Visual Editing Tool for Meteor for MongoDB Collections.
* [msavin:jetsetter](https://github.com/msavin/JetSetter) - Visual Get/Set Tool for Meteor Session Variables.## Package Managers
*Using package managers in Meteor*
* [meteorhacks:npm](https://github.com/meteorhacks/npm/) - Use Npm Modules with Your Meteor App.
## Scaffolding
*Scaffolding*
* [Meteor Kitchen](http://www.meteorkitchen.com/) - Code generator for Meteor.
# Resources
Where to discover new Meteor things.
## Websites
* [Official Meteor](http://www.meteor.com) - Official website.
* [Atmosphere](http://atmospherejs.com/) - A catalog for Meteor packages, resources and tools.
* [Bullet Proof Meteor](https://bulletproofmeteor.com/) - Online course for Meteor performance in production
* [Meteor-Cookbook](https://github.com/awatson1978/meteor-cookbook) - Meteor Cookbook## Weekly
* [Pycoder's Weekly](http://pycoders.com/)
* [Python Weekly](http://www.pythonweekly.com/)
* [Import Python Newsletter](http://importpython.com/newsletter/)* [@pypi](https://twitter.com/pypi)
* [@planetpython](https://twitter.com/planetpython)
* [@getpy](https://twitter.com/getpy)
* [@pycoders](https://twitter.com/pycoders)
* [@PythonWeekly](https://twitter.com/PythonWeekly)
* [@pythontrending](https://twitter.com/pythontrending)# [Contributing](https://github.com/urigo/awesome-meteor/blob/master/CONTRIBUTING.md)
Your contributions are always welcome!