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アプリ
- Host: GitHub
- URL: https://github.com/fujikawahiroaki/atcoder-diet
- Owner: fujikawahiroaki
- License: mit
- Created: 2023-01-03T21:24:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T22:25:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T23:42:11.543Z (over 1 year ago)
- Topics: atcoder, crystal, joke, kemal
- Language: Crystal
- Homepage: https://atcoder-diet.fly.dev/
- Size: 65.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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