login: asylkhan
password: 123
In this project i used Computer Vision, where you can put 3 of your images and get recognized in live camera as well as emotions.
Try it right now!!! https://assignment4-1-vs09.onrender.com/
It might take some time (about 30-40sec) to load this project, because it was probably off and reloading right now
This is a web application that provides weather information and top business news headlines for a given city.
- Displays current weather information including temperature, description, and icon.
- Shows top three business news headlines for the country associated with the provided city.
- Dynamic updates based on user input for city selection.
Before running this application, you need to have the following:
- Node.js installed on your machine
- OpenWeatherMap API key
- NewsAPI API key
-
Clone this repository:
cd assignment4
Install dependencies:
bash
npm install
Create a .env file in the root directory of the project and add the following environment variables:
plaintext
openWeatherAPIKey=YOUR_OPENWEATHERMAP_API_KEY
NewAPIKey=YOUR_NEWSAPI_API_KEY
Start the server:
bash
npm start
Open your web browser and navigate to http://localhost:3000.
Enter the name of the city for which you want to see the weather and news.
Click on the "Get Weather" button to retrieve and display the information.
Node.js
Express.js
Fetch API
HTML/CSS
JavaScript
Leaflet (for mapping)
NodeMon
Bootstrap
Mongoose