Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 205 Bytes

random-word-api

Simple scala REST API, spits out random words.

It's alive at https://random-word-api.herokuapp.com/

You will need scala and sbt for the development

pacman -S scala sbt
sbt run