Skip to content

Shibbaz/CurrencyExchange-RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Setting up
    • to run tests cargo test
    • To build docs cargo doc
    • to build project cargo build
    • to run RUST_LOG=task cargo run
    • To set environment variables in ~/.bashrc
    - export API_URL=https://api.currencybeacon.com 
    - export API_KEY= /* Token you found in the 'API Token Information' section */
    
  • Docker
    • Building image
      sudo docker build -t app --build-arg API_KEY=$API_KEY --build-arg API_URL=$API_URL .
      
    • Running docker container
      sudo docker run -it app
      

About

Simple command line app in Rust to show currency list, rates list and exchange amount

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published