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

https://github.com/arrow2nd/linebot-fuel

⛽️ 燃費計算する LINEBot
https://github.com/arrow2nd/linebot-fuel

linebot

Last synced: 2 months ago
JSON representation

⛽️ 燃費計算する LINEBot

Awesome Lists containing this project

README

          

# linebot-fuel

⛽️ 走行距離と給油量から燃費計算するLINEBot

[![Deno](https://shields.io/badge/deno-%5E1.28-green?logo=deno&style=flat)](https://deno.land)

## 友だち登録

![QRコード](https://user-images.githubusercontent.com/44780846/103730839-1b7c2700-5027-11eb-8015-60b7036d40ae.png)

友だち追加

## 使い方

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

![基本の使い方](https://user-images.githubusercontent.com/44780846/103732273-63e91400-502a-11eb-96d0-afcbd6dc405b.png)

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

![ヘルプ](https://user-images.githubusercontent.com/44780846/103732271-63507d80-502a-11eb-8c70-374aa49a0d1a.png)

## プライバシーポリシー

[こちら](https://arrow2nd.github.io/linebot-fuel/) をご覧ください。

## 開発

### 1. `.env`を作成

```
PORT=8080
ACCESS_TOKEN=hoge
SECRET_KEY=fuga
```

### 2. 実行

```
deno task dev
```