Skip to content

Currency exchange application between GBP and Zloty.

Notifications You must be signed in to change notification settings

stasostyk/CurrencyExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurrencyExchange

Currency exchange application between GBP and PLN.

How to run

  1. Install NodeJS from the official download page
  2. Clone the repository and navigate to the directory
$ git clone https://github.com/stasostyk/CurrencyExchange
$ cd CurrencyExchange
  1. Install the modules from package.json by running
$ npm install
  1. Restart your terminal then run the NodeJS server by running
$ npm start
  1. Navigate to localhost:3000 and enjoy! :)

Technologies Used

This is a full web server running on NodeJS using the Express framework. The currency exchange method is made in JavaScript.

  • NodeJS
  • Express
  • Jest for Unit Testing (in tests folder)
  • NBP API

Navigate to public/exchanger.js for the exchange method written in JavaScript.

About

Currency exchange application between GBP and Zloty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published