flurdy · GitHub

Repository files navigation

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

Readme

License

Activity

Stars

1 star

Watchers

0 watching

Forks

2 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗