particle-iot/particle-dev-profiles

Name: particle-dev-profiles

Owner: Particle

Description: Package providing support for Particle CLI profiles and basic Particle Cloud authentication

Created: 2015-10-12 17:50:04.0

Updated: 2018-01-08 14:00:28.0

Pushed: 2018-01-03 18:38:23.0

Homepage: http://particle-iot.github.io/particle-dev-profiles/

Size: 1230

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Particle Dev Profiles package

Build Status apm

Package providing support for Particle CLI profiles and basic Particle Cloud authentication.

Usage

This package provides a service which other packages can consume:

package.json

sumedServices": {
article-dev-profiles": {
"versions": {
  "^0.0.1": "consumeProfiles"
}


main.coffee

umeProfiles: (@profileManager) ->
console.log @profileManager.currentProfile
API reference

When consuming profile manager you'll get instance of ProfileManager which following API.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.