BOOKSCANのプレミアム会員向けのWebアプリケーション。 スキャンしたい本をリストアップすると、1箱に入れるべき組み合わせをページ数に応じて計算してくれます。
Herokuへpushするだけで動くようにデザインしてあります。
- Fork it ( https://github.com/tdtds/bookscan-premium-optimizer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request