Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 497 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 497 Bytes

This is a React application that uses the Wikipedia API to allow the user to search for the names of cities, including multiple names at once, and receive as a result the climate (temperature) tables that are contained in that city's Wikipedia article. If the article does not exist, or does not contain a climate table, the user receives an error message for that city. In order to search for more than one city, just separate their names by a comma, like so: 'Rome, Liverpool, Rio de Janeiro'.