Sacramentix / forecastApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forecast App

This is the repo of a website that show 7 day forecast for paris

Netlify Status

๐Ÿ”๏ธ Lighthouse

๐Ÿš€ Tech stack

Vite logo Typescript logo Nuxt logo

๐Ÿ—๏ธ How to setup the project

Clone the project

  • First clone the project on your local computer
git clone https://github.com/Sacramentix/forecastApp.git
cd forecastApp

Node js

  • Make sure you have v14 or higher. You can install it from the official website here.

Librairies

  • Install all the required librairies with npm i

Api key

  • Make sure you add your personnla api key to the .env file following the .env.sample

Run in dev mode

  • Run this command npm run dev

Build the project

  • Run this command npm run build

Start the project

  • Run this command npm start

About

License:MIT License


Languages

Language:Vue 83.6%Language:TypeScript 16.4%