A Node.js project that retrieves real-time weather data for a specified city and country, presenting it on an interactive world map.
- Weather Information: Get the latest weather details, including temperature, description, and more.
- Global Visualization: View the selected location on a world map for a geographical perspective.
- User-Friendly: Simple interface for entering city and country information.
- React.js
- Node.js
- Express.js
- Leaflet
- OpenWeatherMap API
- FlagsAPI
- Typescript
- MongoDB
Clone the project
git clone https://github.com/JLi2007/TS_WeatherProject_React.gitGo to the client directory
cd clientInstall dependencies
npm installRun the frontend
npm run devGo to the server directory
cd serverStart the server
npm startPart 1: Javascript & Node : https://github.com/JLi2007/WeatherMap-JS
Part 2: Typescript & Node : https://github.com/JLi2007/TS_Weather_Project
Part 3: Typescript & Mongo : https://github.com/JLi2007/TS_WeatherProject_Mongo


