Skip to content

augustjune/acronym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acronym

Build Status

acronym is a scala API for thesaurus.com, which provides a list of synonyms, antonyms and usage examples for a given word.

Getting started

Package acronym contains all declarations you need, so you can directly import and use it.

import com.softwaremill.sttp.HttpURLConnectionBackend
import acronym._

implicit val backend = HttpURLConnectionBackend()

val thesaurusApi = new Thesaurus()
val word = thesaurusApi.lookup("convenient")

About

Effective Scala API for thesaurus.com service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages