(Go: >> BACK << -|- >> HOME <<)

Skip to content

andre000/coin-exchange

Repository files navigation

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