0.0.1 • Published 5 years ago

@clysema/meteor v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@clysema/meteor

npm (scoped) npm bundle size (minified)

A simpleDDP package wrapper.

Install

$ npm install @clysema/meteor

Usage

This package is intended to use with the generic-controller app.

Create a config file config/meteor.json:

{
  "server": "localhost",
  "port": 3000,
  "creds": {
    "email": "username@example.com",
    "password": "MY_PASSWORD"
  }  
}