https://github.com/keyvanakbary/victorops
VictorOps client
https://github.com/keyvanakbary/victorops
coffeescript javascript victorops
Last synced: 4 months ago
JSON representation
VictorOps client
- Host: GitHub
- URL: https://github.com/keyvanakbary/victorops
- Owner: keyvanakbary
- License: mit
- Created: 2015-09-13T18:32:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T18:56:56.000Z (almost 11 years ago)
- Last Synced: 2025-04-18T14:10:53.002Z (over 1 year ago)
- Topics: coffeescript, javascript, victorops
- Language: CoffeeScript
- Size: 125 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VictorOps
[](http://travis-ci.org/keyvanakbary/victorops)
Client for [VictorOps](https://victorops.com/).
## Installation
npm install victorops
## Usage
```javascript
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](http://victorops.force.com/knowledgebase/articles/Integration/Alert-Ingestion-API-Documentation/).