Skip to content

mmanchee/Exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsExchange

Week 6 Solo Project for Epicodus, September 11th, 2020

By Mike Manchee

Published at: Exchange

Description

A currency exchange project. The program asks the user to specify a currency from, currency to, and an amount. The program then converts the currency as requested.

Specs

Spec Input Output
1. Get API Key and hide in evn API env
2. Receive correct information from API input verified
3. Parse Function, correctly separate collected information EUR .8449
4. Exchange Function, use API data and convert Dollar Franc
5. Expand API call to except any currency request requested currency
6. Expand Exchange to allow for any conversion any currency any currency
7. Add extra information for the user extra Videos and Links

Setup/Installation Requirements

  • Download option

    • Download files from GitHub repository by click Code and Download Zip.
    • Extract files into a single directory.
    • Run GitBASH in directory
      • Type "npm install" - to install Node Package Manager and additional files.
      • Type "npm run start" - to open compiled browser and view project.
    • Have fun with The Exchange!
  • Cloning options

    • For cloning please use the following GitHub tutorial
    • Place files into a single directory
    • Run GitBASH in directory
      • Type "npm install" - to install Node Package Manager and additional files
      • Type "npm run start" - to open compiled browser and view project
    • Have fun with The Exchange!

Known Bugs

no known bugs

Technologies Used

Project Specific

  • API call with error handling
    • API documentation located Here

Main Programs

  • HTML
  • CSS
    • Bootstrap
  • JavaScript
    • JQuery
  • NPM
    • JSON - WebPack Creation

Other Links

GitHub

License

Copyright (c) 2020 {Mike Manchee} Licensed under MIT