Skip to content

JAWeiss89/forexConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forex Converter

Foreign currency converter app built using python and flask. No JS. Uses forex-python to retrieve latest exchange rates.

Ideally this application would be made wish AJAX to create a better UX but I sought out to create a web app without a client-side script file. Although it was possible to create the application without the script file, page redirects were necessary without the AJAX functionality.

technology used

  • Open source forex-python was used to retrieve latest exchange rates.
  • Flask (lightweight python framework) was used to handle routes and make server-side API calls using the requests dependency.

About

Foreign currency converter app built using python and flask. No JS. Uses forex-python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published