0.1.0 • Published 6 years ago

huetry v0.1.0

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

HueTry

NPM Package License Build Status Coverage Status Maintainability Dependencies Greenkeeper badge

Sentry reporter for HueStatus

Features

  • Set your Hue light to "alert" when an unresolved and unassigned issue is found on Sentry
  • Then back to "Ok"

Installation

npm install -g huestatus huetry

Create a .huerc file on your home directory, see HueStatus Docs for more info. Add an object like this to the modules array for each of the projects you want to monitor

{
  "name": "huetry", // Required to tell HueStatus to load this module
  "light": "Hue color lamp 2", // Which Hue light to use
  "sentryApiKey": "3abxxxxxxxxxxxxxxxxx0f5", // Your sentry API key. You will need Project Read and Event Read priveleges
  "project": "", // Project Slug
  "organisation": "" // Organisation slug
}

Then run huestatus