Rajrahane / Weather-Search

CSCI571 Web Technologies Assignment 6 on PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-Search

Have a look here :http://csci-571-php.us-east-1.elasticbeanstalk.com/
Q) What is it?

  • Single Page Website hosted on AWS to fetch current weather JSON data through PHP API calls.
  • Fetches current Location of host using Javascript AJAX call to ip-api.com
  • Alternatively fetches location co-ordinates based on address input to Google Geocode API using PHP API Call.
  • Generates a Card View of the current weather and and a Table providing temperature predictions for the whole week
  • Also provides Card View of the detailed description of the weather on a particular day.
Designed in HTML5, CSS and Bootstrap4
Q) Want to build something similar?
  • This project is based on the PHP assignment given by University of Southern California, LA, USA for CSCI571 - Web Technologies
  • Here's the Description File for your reference.
  • Here's the Reference Solution Video
About AWS
  • Uses the Elastic Beanstalk Service on AWS

About

CSCI571 Web Technologies Assignment 6 on PHP


Languages

Language:PHP 100.0%