/angular-currency-converter

Angular currency converter powered by fixer.io

Primary LanguageJavaScript

Angular Currency Converter

This application is powered by fixer.io public APIs to convert currencies rate.

Tools and technologies

  1. Angular 1.4.9
  2. Bootstrap
  3. Lodash
  4. lite-server
  5. jasmin-core
  6. Karma Test Runner
  7. Karma Html Reporter

How to run?

npm

npm install

Run

npm start

Starts application using lite-server (a static web server for development)

How to test?

Start karma test runner server

./node_modules/karma/bin/karma start

See the unit test reports in

cd karma_html/report-summary-filename

Open index.html file in browser