Spoken Tutorials - JavaScript Assignment 
      Funded by the Ministry of Education (MoE), GOI
	Indian Institute of Technology Bombay,
              https://spoken-tutorial.org
-------------------------------------------------------------

Promise and Async Await in JS

1. Open the file "assignment.js" which you have created earlier
2. Clear the existing code
3. Get the weather data of Bengaluru using the below URL 
   "http://api.openweathermap.org/data/2.5/weather?q=Bengaluru&appid=4e8fe55b900263c5f83603ed631e15ad"
4. Log weather data in the console
5. Open the file MyPage.html in a web browser
6. Observe the output in the browser's console