All Projects → tdtds → takuhai_tracker

tdtds / takuhai_tracker

Licence: GPL-3.0 license
宅配トラッカー

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Haml
164 projects
CSS
56736 projects
Dockerfile
14818 projects
shell
77523 projects
Procfile
174 projects

宅配トラッカー

宅配便の配送状況を、PushbulletやIFTTTを通じて知らせてくれるシンプルなWebサービス。 対応サービスは以下の6つ:

  • ヤマト運輸
  • 佐川急便
  • 日本郵便
  • TMG (Amazonの荷物のみ)
  • UPS
  • FedEx (国外の移動のみ)

Installation

Getting code:

$ git clone https://github.com/tdtds/takuhai_tracker.git
 $ cd takuhai_tracker

And setting up and execute:

 $ bundle install
 $ bundle exec puma -C config/puma.rb

Or deploy to Heroku:

$ heroku apps:create YOUR_APP_NAME
 $ heroku addons:add mongolab -a YOUR_APP_NAME
$ git push "[email protected]:YOUR_APP_NAME.git" master:master

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tdtds/takuhai_tracker.

License

The gem is available as open source under the terms of the GPL3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].