keyvanakbary / victorops

VictorOps client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VictorOps

Build Status

Client for VictorOps.

Installation

npm install victorops

Usage

var VictorOps = require('victorops');

var client = VictorOps.create('SECRET_KEY');
client.alert({
    message_type: 'INFO'
    state_message: 'test'
}, 'everyone');

Check out all the options available at VictorOps API.

About

VictorOps client

License:MIT License


Languages

Language:CoffeeScript 89.6%Language:Makefile 10.4%