Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaseconey/victorops_oncall_slack


https://github.com/chaseconey/victorops_oncall_slack

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# VictoropsOncallSlack

[![CircleCI](https://circleci.com/gh/chaseconey/victorops_oncall_slack.svg?style=svg)](https://circleci.com/gh/chaseconey/victorops_oncall_slack)

## Todo

- [ ] Add a real search to `oncall` command (rather than straight comparison)

## Installation

- `touch config/dev.secret.ecs`
- Add in env vars like so:

```
use Mix.Config

config :victorops_oncall_slack, VictoropsOncallSlack.Victorops,
api_id: "your-id",
api_key: "your-key"
```

- `mix deps.get`
- `mix run --no-halt`