/Walican

Line bot to calculate split bills for multiple people.

Primary LanguageJavaScript

Walican

It is a product that combines a line bot and a web application for managing money lending and borrowing between groups.

DEMO

Group Page


Regist Borrowing Page


Borrowing Detail Page


Features

  • Walican can record lending money and splitting bills between groups.
  • Walican can convert foreign currency to Japanese currency and record.
  • You can check the exchange rate by Walican.

Requirement

Look at package.json.

Usage

  1. Make db dir.
$ mkdir db
  1. Settings for using LINE api.
$ touch .env
# .env

SECRET_KEY={your channel access key}
ACCESS_TOKEN={your channel access token}
HOST_URL={host url}

CHANNEL_ID={your channel id for login}
CHANNEL_SECRET={your channel secret for login}
  1. Run docker-compose
$ docker-compose up -d --build