This web application allows you to get information about a city, including its weather, location on a map, city image, and additional information from Wikipedia.
Before running the application, you'll need the following:
- Node.js: Make sure you have Node.js installed on your machine. You can download it from https://nodejs.org/.
Follow these steps to run the web page on your localhost:
git clone https://github.com/VsProger/Assignment2Web
cd Assignment2WebOpen a terminal/command prompt in the project directory and run the following command to install the necessary Node.js packages:
npm installRun the following command to start the Node.js server:
node server.jsOpen your web browser and navigate to http://localhost:3000 to access the City Information web application.
- Enter the name of a city in the search input and click the "Search" button.
- The web page will display the temperature in the city, a map showing the city's location, a photo of the city, and additional information about the city from Wikipedia.
- node-fetch@2
- express
- OpenWeather
- Google Maps Geocoding
- Wikipedia
- Unsplash