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.
Run the command: npm run test
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
;
Run the builded file: node dist/main.js