A simple Weather API web application that provides weather information for a specified location, with a front-end built using React.js.
Link demo: https://weather-api-fontend.onrender.com/ (Note: Because of using the free version, if there is no activity for a certain period, the server will be shut down to save resources. When you need to use it again, the server will take about 50 seconds to restart. This can cause a delay in processing your requests. )
This Weather API allows users to get current weather data based on city names. The API fetches data from an external weather service and provides it in a user-friendly format. The front-end is developed using React.js for a responsive and dynamic user experience.
- React.js: Front-end framework
- Node.js: Server environment
- Express.js: Web framework for Node.js
- MongoDB: Database
- Weather API: External weather data provider
- Fetch current weather data for a specific city.
- Display temperature, humidity, weather conditions, and more.
- User-friendly web interface built with React.js.
- Search for weather by location.
- Receive weather notifications via email.
- User authentication (login, password reset).
- Node.js and npm
- Dowload nodejs https://nodejs.org/en/download/package-manager
git clone https://github.com/PThanh1803/Weather_API.git
cd Weather_API
npm install
npm run dev