1.0.0 • Published 2 years ago

moneyconv v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

currencyConv

The goal of this project is to develop a command line program that allows you to convert different currencies.

It is based on data from the Coinbase REST API.

This project was built using Commander.js solution, which allows to build command-line interfaces.

Development Team

  • Bordeaux Ynov Campus IT department :

Built with

Installation

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone https://github.com/ianlcz/currencyConv.git

Install the package.json dependencies by running npm install from the project root.

There you go, you can now edit the project.

Usage

Then you will have to type the command npm run dev to launch the project in development mode.

License

This project is licensed under the MIT License - see the LICENSE file for details.