Create a form to fill in the name of a city to get the weather.
Clone the repository and move in :
$ git clone https://github.com/JuAlexandre/javascript-http-request.git
$ cd javascript-http-request
Keep your API key on Open Weather Map.
In the js/index.js file, entered your API key at the line 4 :
const API_KEY = 'your_api_key';
Open the index.html file in your browser.