Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 700 Bytes

Coin Exchange

An project made as an assignment for JS com TDD na Prática.

It uses Jest, Chalk, Inquirer, Webpack, Babel as main dependences.

Consumes two APIs: Currency Stack and Cryptonator.

Testing

Run the command: npm run test

Building

Before build, you must create a .env file based on the .env.example file with your API key for Currency Stack.

Then run the command: npm run build. This will generate a main.js file on /dist;

Using

Run the builded file: node dist/main.js

Demo

demo