Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/victorops_oncall_slack
https://github.com/chaseconey/victorops_oncall_slack
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaseconey/victorops_oncall_slack
- Owner: chaseconey
- Created: 2019-04-26T22:30:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T16:36:12.000Z (over 5 years ago)
- Last Synced: 2024-11-13T20:42:12.506Z (2 months ago)
- Language: Elixir
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.Configconfig :victorops_oncall_slack, VictoropsOncallSlack.Victorops,
api_id: "your-id",
api_key: "your-key"
```- `mix deps.get`
- `mix run --no-halt`