Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).