Table of Contents
In order to learn the basics of vuejs, I followed the youtube tutorial from The Net Ninja. I also added a light/dark theme with the possibility to switch between theme.
To get a local copy up and running follow these simple example steps.
I used pnpm for packets management, but you can use which one you prefer (npm, yarn, etc.)
-
Get a free API Key
-
Clone the repo
git clone https://github.com/fullasc/weather_app.git
-
Install NPM packages
pnpm install
-
Rename
.env
file toenv.local
and add your API keysVITE_OPEN_WEATHER_API_KEY=ENTER YOUR API VITE_MAPBOX_API_KEY=ENTER YOUR API
-
Run the project
pnpm dev
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/fullasc/weather_app