An open API service indexing awesome lists of open source software.

https://github.com/fujikawahiroaki/atcoder-diet

その日に解いたAtCoder問題のスコアの合計で翌日の摂取可能カロリーを決定するクソWebアプリ
https://github.com/fujikawahiroaki/atcoder-diet

atcoder crystal joke kemal

Last synced: over 1 year ago
JSON representation

その日に解いたAtCoder問題のスコアの合計で翌日の摂取可能カロリーを決定するクソWebアプリ

Awesome Lists containing this project

README

          

# atcoder-diet

AtCoderで前日にACした問題の点数の合計から当日に摂取可能なカロリーを決定するクソWebアプリ
Crystal言語およびKemalフレームワークで作成
ごく小規模なアプリなのでフロントエンドは分離せずECR製

## Installation

Crystal言語はインストール済みとする
このリポジトリをクローンした上で
cd atcoder-diet
shards install

## Contributing

1. Fork it ()
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

## Contributors

- [fujikawahiroaki](https://github.com/your-github-user) - creator and maintainer