#Link website: https://weather-infor.netlify.app/
Weather-App-API-Using-VueJS
Hi this a the project that I’ve made after learning vuejs for a week when I’m on internship at IRC, all the design make by me
Features
- Animation: background changing and text color changing
- Show alert when city not found
- Find and show weather information of the city
How to use
- Clone this repo
- Install node modules: npm i
- Run the localhost: npm run serve
- If you want to build the project to have html file: npm run build