Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eevan7a9/currency-exchange-with-calendar
Gives user Currency exchange rate of multiple countries
https://github.com/eevan7a9/currency-exchange-with-calendar
Last synced: about 1 month ago
JSON representation
Gives user Currency exchange rate of multiple countries
- Host: GitHub
- URL: https://github.com/eevan7a9/currency-exchange-with-calendar
- Owner: eevan7a9
- License: mit
- Created: 2018-11-04T14:22:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:51:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T06:09:09.199Z (2 months ago)
- Language: Vue
- Homepage: https://currency-exchange-with-calendar.netlify.app/
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# currency-exchange-with-calendar
With this application you can compare your currency with other currencies, and it also have a calendar UI that will allow users to view the currency exchange rate from a certain day in the past.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).