rgl/concurrency
2021-10-04 19:03:44 -05:00
..
public Clean up code 2021-10-04 17:56:09 -05:00
src Clean up code 2021-10-04 17:56:09 -05:00
.gitignore Remove dist files from repo 2021-10-04 08:41:45 -05:00
package.json Test API results 2021-10-04 13:36:07 -05:00
README.md Add README 2021-10-04 19:03:44 -05:00
tsconfig.json Add CSS styling 2021-10-03 15:01:56 -05:00
webpack.config.js Test API results 2021-10-04 13:36:07 -05:00
yarn.lock Test API results 2021-10-04 13:36:07 -05:00

ConCurrency

Live App

Running Locally

  1. Install dependencies

    cd /path/to/concurrency
    yarn install
    
  2. Build project (be sure to supply the API_URL environment variable)

    • Linux/MacOS:
      API_URL=https://v6.exchangerate-api.com/v6/api-key/latest/USD/ yarn build
      
    • Windows: I'm not sure how to set environment variables on Windows, if anyone does, PRs are welcome!
  3. Open in browser

    Simply open the index.html file in the public/ directory.

Created using exchangerate-api and React with TypeScript.