A simple weather forecast website built using the Vue.js framework and chart.js. Get real-time weather updates and daily forecasts presented in an interactive chart view for easy visualization.
- Download nmap, an open-source tool for network discovery and security auditing.
- Install Node.js, is an open source server environment.
- Get an API key from OpenWeatherMap
- Under the
views
directory, navigate to thehomeView.vue
file and replaceapikey
with your OpenWeatherMap API key.
- Clone the repository:
https://github.com/BlueQ-lK/Nimbus.git
-
Install the packages using the command
npm install
-
Run using
npm run dev