Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/hubot-kanjo
Summarize AWS Billing for Hubot
https://github.com/moqada/hubot-kanjo
Last synced: about 1 month ago
JSON representation
Summarize AWS Billing for Hubot
- Host: GitHub
- URL: https://github.com/moqada/hubot-kanjo
- Owner: moqada
- License: mit
- Created: 2015-12-29T14:46:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:56:08.000Z (10 months ago)
- Last Synced: 2024-11-05T09:52:42.508Z (3 months ago)
- Language: CoffeeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-kanjo
[![NPM version][npm-image]][npm-url]
[![NPM downloads][npm-download-image]][npm-download-url]
[![Build Status][travis-image]][travis-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![DevDependency Status][daviddm-dev-image]][daviddm-dev-url]
[![License][license-image]][license-url]Summarize AWS Billing for Hubot.
## Installation
```
npm install hubot-kanjo --save
```Then add **hubot-kanjo** to your `external-scripts.json`:
```json
["hubot-kanjo"]
```## Sample Interaction
## Commands
```
hubot kanjo - Show AWS Billing of current month
hubot kanjo - Show AWS Billing of target month
```## Configurations
```
HUBOT_KANJO_AWS_ACCOUNT_ID - AWS Account ID for Billing
HUBOT_KANJO_AWS_ACCESS_KEY_ID - AWS Access Key ID for Billing
HUBOT_KANJO_AWS_BUCKET_NAME - S3 Bucket name for Billing
HUBOT_KANJO_AWS_REGION - Region for S3 Bucket
HUBOT_KANJO_AWS_SECRET_KEY - AWS Secret Key for Billing
```## Related
- [kanjo](https://github.com/moqada/kanjo) - API for this module
- [kanjo-cli](https://github.com/moqada/kanjo-cli) - CLI for this module[npm-url]: https://www.npmjs.com/package/hubot-kanjo
[npm-image]: https://img.shields.io/npm/v/hubot-kanjo.svg?style=flat-square
[npm-download-url]: https://www.npmjs.com/package/hubot-kanjo
[npm-download-image]: https://img.shields.io/npm/dt/hubot-kanjo.svg?style=flat-square
[travis-url]: https://travis-ci.org/moqada/hubot-kanjo
[travis-image]: https://img.shields.io/travis/moqada/hubot-kanjo.svg?style=flat-square
[daviddm-url]: https://david-dm.org/moqada/hubot-kanjo
[daviddm-image]: https://img.shields.io/david/moqada/hubot-kanjo.svg?style=flat-square
[daviddm-dev-url]: https://david-dm.org/moqada/hubot-kanjo#info=devDependencies
[daviddm-dev-image]: https://img.shields.io/david/dev/moqada/hubot-kanjo.svg?style=flat-square
[license-url]: http://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/npm/l/hubot-kanjo.svg?style=flat-square