Simple quotes service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Andriy Kushnir (Orhideous) 5814e19499
Added README.md
3 years ago
project Auto-packaging app in docker 3 years ago
src/main Add error handling 3 years ago
.gitignore Initial commit 3 years ago
.scalafmt.conf Initial implementation 3 years ago
README.md Added README.md 3 years ago
build.sbt Add error handling 3 years ago

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.