Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p-adams/currency-converter
- Owner: p-adams
- Created: 2016-11-03T01:03:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:38:56.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:53:29.857Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 549 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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```