Skip to content

efiegel/forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecast

This Angular web app fetches and displays weather forecast data. Node.js backend.

Deployed application

http://forecast.us-west-1.elasticbeanstalk.com

Current Weather

Weekly Weather

Running locally

Development server

Run ng serve or node server.js for a dev server. Navigate to http://localhost:8081/.

Build

From within the angular-source directory, Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --watch flag to automatically rebuild when source files change. Use the --prod flag for a production build.

APIs used

  • Dark Sky for weather data
  • Google places autocomplete for location search
  • Google geocoding to convert locations into latitude/longitude coordinates
  • Google custom search to get an image of searched city (for a background in the app)

About

Angular web app to fetch and display weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published