Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 565 Bytes

currency-converter

currency converter created with Vue.js

Currency Converter leverages Fixer.io's foreign exchange rates and currency conversion API to deliver reliable, up-to-date currency rates and accurate currency conversions.

Currency Converter currently supports many of the world's leading currencies; however, there are plans to offer more currency rates and conversions in the future.

Usage

# clone the repo
git clone https://github.com/p-adams/currency-converter

# install dependencies
npm install

# run the server
npm run dev