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.
|
3 years ago | |
---|---|---|
project | 3 years ago | |
src/main | 3 years ago | |
.gitignore | 3 years ago | |
.scalafmt.conf | 3 years ago | |
README.md | 3 years ago | |
build.sbt | 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.