Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzemin/currency-api
Example currency rest api that communicates with fixer.io
https://github.com/krzemin/currency-api
Last synced: 7 days ago
JSON representation
Example currency rest api that communicates with fixer.io
- Host: GitHub
- URL: https://github.com/krzemin/currency-api
- Owner: krzemin
- Created: 2017-11-22T19:11:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T19:12:06.000Z (about 7 years ago)
- Last Synced: 2024-11-10T13:48:58.651Z (2 months ago)
- Language: Scala
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flow Currency Rates
For task specification see [README.orig.md](README.orig.md).
### Running application
You need SBT to run the application.
`sbt run`
It will download dependencies, compile sources and run
akka http based server on `localhost:9000`### Api documentation
After running the server, swagger api documentation should be
available under [http://localhost:9000/swagger](http://localhost:9000/swagger).