Simple quotes service
 
Go to file
Andriy Kushnir (Orhideous) 5814e19499
Added README.md
2019-12-22 14:29:40 +02:00
project Auto-packaging app in docker 2019-12-22 14:14:43 +02:00
src/main Add error handling 2019-12-22 14:16:20 +02:00
.gitignore Initial commit 2019-12-22 14:11:28 +02:00
.scalafmt.conf Initial implementation 2019-12-22 14:12:41 +02:00
README.md Added README.md 2019-12-22 14:29:40 +02:00
build.sbt Add error handling 2019-12-22 14:16:20 +02:00

README.md

Simple quotes service

How to run:

git clone https://github.com/everypony/twicher.git
cd twicher
mkdir data
echo "Some quote" >> data/1.txt
sbt run

Quotes must be plaintext files, named as \d+\.txt, e.g. 1.txt, 42.txt and so on.