Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.42 KB

Miyako

Build Status codecov dependencies Status devDependencies Status FOSSA Status Greenkeeper badge codebeat badge

⚡ The lightning-fast Atlassian bot for Slack.

Requirements

  • Yarn
  • Node v$(cat .node-version)

Supported Atlassian products

  • Confluence
  • JIRA

Getting started

1. Fetch Atlassian session

$ curl -X POST \
    https://example.atlassian.net/rest/auth/1/session \
    -H 'content-type: application/json' \
    -d '{ "username": "username@example.com", "password": "password" }'

2. Edit config

$ cp config/sample.js config/default.js
$ vim config/default.js

3. Run

$ yarn
$ ./bin/run

License

MIT © Pine Mizune