Skip to content

A Web Application that displays weather details of places around the world in real-time

Notifications You must be signed in to change notification settings

sahithi03/Weather-Search-WebApp

Repository files navigation

Weather-Search-WebApp

This web application was developed as part of course CSCI 571 at USC. Working application can be found here- http://weathersearchcsci571.us-east-2.elasticbeanstalk.com

Description- Developed a web page for users to search for weather information of either the current location or of any location around the world. Features include -

  • Viewing current weather temperature along with state seal of the state searched which is generated using google custom search API.
  • Viewing Hourly weather conditions such as (temperature, pressure, humidity, ozone, visibility and wind speed) in graphical format which are displayed by querying the Dark sky API.
  • Weekly minimum and maximum temperature with a clickable bar generating a modal window displaying detailed weather conditions for that day of the week.
  • The user can also add/ remove a city from his favorites.
  • The user can also tweet about the weather conditions in a city by clicking on the Twitter Icon.

This project was generated with Angular CLI version 8.3.15.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.