moneyconv
v1.0.0
Published
Command line program that allows you to do currency conversions.
Downloads
2
Maintainers
Readme
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 :
- Yann LE COZ - Master2 Expert in Web Development
Built with
- Commander.js - The complete solution for node.js command-line interfaces.
- Visual Studio Code - Code editor.
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.