All Projects → adrianhajdin → tutorial_currency_converter

adrianhajdin / tutorial_currency_converter

Licence: other
This is a code repository for the corresponding article on Medium. In this tutorial, we will build educational application that is going to improve your overall knowledge of Async/Await.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tutorial currency converter

Tutorial pdf generation
This is a code repository for the corresponding article on Medium. In this tutorial, you will learn how to generate dynamic PDFs using HTML code as a template.
Stars: ✭ 56 (+27.27%)
Mutual labels:  article, tutorial-code
example-static-website-docker-nginx-certbot
Example static website with Docker, Nginx and Certbot
Stars: ✭ 29 (-34.09%)
Mutual labels:  article, tutorial-code
ARKitImageRecognition
ARKit 1.5 - Image Recognition Demo
Stars: ✭ 34 (-22.73%)
Mutual labels:  tutorial-code
Blazor-CRUD-With-CloudFirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
Stars: ✭ 34 (-22.73%)
Mutual labels:  article
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
Stars: ✭ 463 (+952.27%)
Mutual labels:  tutorial-code
medium-toc
Easily create a table of contents for your Medium articles in just one click. ✨
Stars: ✭ 33 (-25%)
Mutual labels:  article
GNews
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
Stars: ✭ 271 (+515.91%)
Mutual labels:  article
spring-boot-demo
使用spring-boot的简单代码库,方便以后copy代码
Stars: ✭ 24 (-45.45%)
Mutual labels:  tutorial-code
angular-i18n-localization
An angular application with i18n and localization implemented.
Stars: ✭ 22 (-50%)
Mutual labels:  article
Weekly-Challenge-2022-Swift
Retos semanales de la comunidad MoureDev para practicar Swift & iOS
Stars: ✭ 328 (+645.45%)
Mutual labels:  tutorial-code
UnityTutorials-RTS
The code for my series of tutorials on how to make a real-time stategy (RTS) game in the well-know Unity game engine (with C# scripting)!
Stars: ✭ 256 (+481.82%)
Mutual labels:  tutorial-code
FirebaseLoginDemo
A simple demo for Firebase Signup & Login
Stars: ✭ 17 (-61.36%)
Mutual labels:  tutorial-code
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (-20.45%)
Mutual labels:  article
The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (-43.18%)
Mutual labels:  tutorial-code
PyScholar
A 'supervised' parser for Google Scholar
Stars: ✭ 74 (+68.18%)
Mutual labels:  article
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-38.64%)
Mutual labels:  article
ariel-news-app
News App developed with Flutter featuring beautiful UI, category-based news, story for faster news reading, inbuilt article viewer, share feature, and more.
Stars: ✭ 31 (-29.55%)
Mutual labels:  article
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+4820.45%)
Mutual labels:  tutorial-code
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+213.64%)
Mutual labels:  tutorial-code
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (-59.09%)
Mutual labels:  tutorial-code

Master Async/Await With This Real World Example

Currency Converter Tutorial

This is a code repository for the corresponding article on Medium.

In this tutorial, we will build simple, but educational and useful application that is going to improve your overall knowledge of Async/Await.

The program will take in currency code we want to convert from and currency code we want to convert to, as well as the amount of money, afterwards, the program will output correct exchange rate based on the data from the API’s.

In this application we’re going receive data from two asynchronous sources:

  1. Currency Layer — https://currencylayer.com  —  You’ll need to sign up for free so you can use API Access Key. This API will provide us with data needed to calculate exchange rate between currencies.
  2. Rest Countries — http://restcountries.eu/  —  This API will give us information about where can we use the currency we just converted our money to.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].