Interactive JS Projects

By C D Harris.

portfolio projects github

Weather App

OpenWeatherMap API

City :

temperature :

Humidity :

About

Developing this web based weather application, I came into contact with my first ever API. This process enhanced my JavaScript skills by creating an app that sends a Http request, which creates a request to the API for specific JSON data attaining to the users input elements. Following the OpenWeatherMap.org documentation I was able to create a working weather application. This has intrigued my interest into more logic based applications utilizing JavaScript.