Select Page
Basic Weather Widget

Basic Weather Widget

Update: Dark Sky API was shutdown in August 1st 2020 This is a PHP website that connects to Dark sky API to get current weather conditions and a 5-day weather forecast and display it as a responsive web page. it uses the IP address sent to the web server as a request...
Android Weather App using Darksky API

Android Weather App using Darksky API

Weather forecast data from a free API provided by Darksky.net. The android app then parses the data (in JSON format) and display it in a single-page app. it also can handle errors and situations when the network is unavailable. Features used in this project are:...