Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
73 lines (42 loc) · 2.36 KB

README.md

File metadata and controls

73 lines (42 loc) · 2.36 KB

Currency Exchange

A single page application to view currency exchange rates

This application is made primarily in Javascript, specifically it makes use jQuery, Semantic UI, Node.js and Express. This application is mobile responsive as well.

Dependencies

APIs

Installation

  • clone the repo.

  • create a .env file with the same name with the following variables inside :

    API_KEY = <your Fixer.io api key>
    PORT = 4000
    TIMEOUT = 5000
    SYMBOLS = INR,USD,EUR,GBP,AUD,BTC,KES,JPY,CNY 
    FREE_CURRCONV_API = <your Free Currency Converter API key>
    
  • Then go to your terminal inside the repo directory to install the npm modules or dependencies :

    npm install
    

Features

This single page application web app follows monolithic code design, and is modular in nature. It also is mobile responsive and does so with the help of Semantic UI. The features are today's currency rates, historical rates and conversion rates.

The mobile views is as follows :

And the web view is as follows :

A live version of the web app can be found here at Glitch