Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p-adams/currency-converter

Currency converter app built with Vue.js 2.0
https://github.com/p-adams/currency-converter

Last synced: about 2 months ago
JSON representation

Currency converter app built with Vue.js 2.0

Awesome Lists containing this project

README

        

# 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

```bash

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

# install dependencies
npm install

# run the server
npm run dev

```