Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
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.gitcd valutasbt testsbt runopen http://localhost:9000
Docker
docker pull flurdy/valuta:latestdocker pull redis:4.0.6-alpinedocker run -d --name redis -p 6379:6379 redis:4.0.6-alpinedocker run -ti --rm -p 9000:9000 flurdy/valuta:latest
Heroku
git clone git://github.com/flurdy/valuta.githeroku create myappheroku addons:create heroku-redisgit push heroku
Security
- Low risk
Contribute to Valuta
- Report bugs: github.com/flurdy/valuta/issues
- Fix bugs: github.com/flurdy/valuta/pulls
License
Apache License 2.0
People
- Creator: Ivar Abrahamsen (@flurdy)
More information
Contact
About
Valuta, a crypto currencies rate tracker
Resources
Stars
1 star
Watchers
0 watching