Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

IFTTT/heroku_line_item_billing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HerokuLineItemBilling

Object-ize Heroku Billing API Information and Upload to S3

Installation

Add this line to your application's Gemfile:

gem 'heroku_line_item_billing'

And then execute:

$ bundle

Or install it yourself as:

$ gem install heroku_line_item_billing

Usage

HEROKU_API_TOKEN=<API_TOKEN> \
AWS_REGION=<REGION> \
AWS_ACCESS_KEY_ID=<ID> \
AWS_SECRET_ACCESS_KEY=<KEY> \
AWS_BUCKET=<BUCKET_NAME> \
AWS_OBJECT_KEY=<FOLDER_NAME> \
TIME_PERIOD_MINUTES=<MINUTES> \
./bin/heroku_line_item_billing_upload_to_s3

Contributing

  1. Fork it ( https://github.com/[my-github-username]/heroku_line_item_billing/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages