https://github.com/arrow2nd/linebot-fuel
⛽️ 燃費計算する LINEBot
https://github.com/arrow2nd/linebot-fuel
linebot
Last synced: 2 months ago
JSON representation
⛽️ 燃費計算する LINEBot
- Host: GitHub
- URL: https://github.com/arrow2nd/linebot-fuel
- Owner: arrow2nd
- License: mit
- Created: 2021-01-06T04:46:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T01:04:42.000Z (8 months ago)
- Last Synced: 2025-11-30T03:39:49.916Z (7 months ago)
- Topics: linebot
- Language: TypeScript
- Homepage: https://lin.ee/7nQzjx2
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linebot-fuel
⛽️ 走行距離と給油量から燃費計算するLINEBot
[](https://deno.land)
## 友だち登録

## 使い方
**1 行目に走行距離**、**2 行目に給油量**を入力して送信すると、結果を返信します。

また、なにか適当なメッセージを送ると使い方を返信します。

## プライバシーポリシー
[こちら](https://arrow2nd.github.io/linebot-fuel/) をご覧ください。
## 開発
### 1. `.env`を作成
```
PORT=8080
ACCESS_TOKEN=hoge
SECRET_KEY=fuga
```
### 2. 実行
```
deno task dev
```