KickButtowski80 / weather-forecast-predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-forecast-predictor

I use weather.js for designin weather forcast predictor api

I use vue.js for front end

for installing a package.json

 pnpm i

backend is in src folder for running type

 pnpm dev

frondend is in src/client for running type

 pnpm dev

This is an app that does the following:

  • Displays Weather and forcast data for the next X days (however far you can get)
  • Stores data every data, both for forecast and actual data
  • Users can add cities to be stored
  • Starts with 10 largest cities in the US
  • Shows a graph of accuracy in predictions over the last 30days, 6months, and 1 year

About


Languages

Language:JavaScript 47.6%Language:Vue 41.7%Language:CSS 8.6%Language:HTML 2.2%