Skip to content

Simple Vue.js weather app that uses APIs to retrieve the forecast for the next 5 days

Notifications You must be signed in to change notification settings

tmoroney/Vue-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Weather App

Vue.js server-side weather app with Express.js server that uses Open Weather Map APIs to retrieve the forecast for the next 5 days and calculates an "outdoor activity rating" for each day. In addition, the Pexels API is used to retrieve background images of the requested city.

Unique feature:

My weather app has an "Outdoor Activity Score" for each day which allows a user to quickly see which days of their holiday will be ideal for outdoor activities and which days are not suitable for being outdoors. To calculate this score, each day starts with 10 points, and then points are deducted based on a number of factors such as the temperature being below 5 degrees or above 35, the rainfall being greater than 35 millimetres, and so on. I have a function that calculates this score and returns a rating out of 10.

image image

About

Simple Vue.js weather app that uses APIs to retrieve the forecast for the next 5 days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published