Skip to content

tat3/haikufinder

Repository files navigation

Haiku Finder

文字列を渡すとそれが5, 7, 5の音を含んでいるかどうかを判定してくれます。

Herokuにて公開しています。https://haikufinder.herokuapp.com

Run application

yarn install
yarn run start

その後http://localhost:3000を開く

Run test

yarn install
yarn test