Skip to content

hashobject/translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translate

A Clojure library designed to translate text from one language to another using various web APIs.

Initially only Google Translate v2 API is implemented.

Dependencies Status Downloads

Install

[translate "0.3.2"]

Usage

user=> (use 'translate.google)
nil
user=> (translate "Hello" {:key "your google translate key"
                           :source "en"
                           :target "es"})
"¡Hola"

Tips

If you need to get API key for Google Translate API you should visit Google API console.

Contributions

We love contributions. Please submit your pull requests.

License

Copyright © 2013-2015 Hashobject Ltd (team@hashobject.com).

Distributed under the Eclipse Public License.

About

Translate library in Clojure. Google Translate API v2 support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published