Skip to content

flurdy/Valuta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valuta

A currency rates lookup service

  • Includes normal (FIAT) currencies
  • Includes crypto currencies

Technology

Try Valuta

Run Valuta

Prerequisite

  • Java
  • SBT
  • Git
  • Redis

Install & run

Locally

  • git clone git://github.com/flurdy/valuta.git
  • cd valuta
  • sbt test
  • sbt run
  • open http://localhost:9000

Docker

  • docker pull flurdy/valuta:latest
  • docker pull redis:4.0.6-alpine
  • docker run -d --name redis -p 6379:6379 redis:4.0.6-alpine
  • docker run -ti --rm -p 9000:9000 flurdy/valuta:latest

Heroku

  • git clone git://github.com/flurdy/valuta.git
  • heroku create myapp
  • heroku addons:create heroku-redis
  • git push heroku

Security

  • Low risk

Contribute to Valuta

License

Apache License 2.0

People

  • Creator: Ivar Abrahamsen (@flurdy)

More information

Contact

About

Valuta, a crypto currencies rate tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published