Skip to content

mau11/currency-exchange

Repository files navigation

Build Status

Currency Exchange

Quick currency exchange calculator.

Table of Contents

  1. Usage
  2. Exchange Rates API
  3. Requirements
  4. Development
    1. Installing Dependencies
    2. Build and Serve App
  5. Contributing
  6. View Application

Usage

Simple and quick currency exchange calculator.

Exchange Rates API

Madis Väin's exchange rate API was used for all currency calculations.

Requirements

  • Node 12.18.2^
  • NPM 6.14.6^

Development

Installing Dependencies

From within the root directory:

$ npm install

Build and Serve App

From root directory

$ npm run dev

Contributing

Contributions and suggestions are always welcomed and appreciated! No contribution guide at the moment, but one will be created when needed.

View Application

For development, in your browser, navigate to

http://localhost:8080

View the latest deploy at: https://the-currency-exchange.herokuapp.com/