Cekcuaca is a simple website for checking the weather in a specific city. Built with Vue.Js and using OpenWeather api.
This web is a progressive web application, so you can install or add to mobile home screen.
- check the weather in a specific city
- Open your terminal or command prompt
- Type
git clone https://github.com/solehudin5699/CekCuaca.git
- Open the folder and type
npm install
for install dependencies - Create file .env in root directory with the following contents :
VUE_APP_APIKEY ="APIKEY_FROM_OPENWEATHER"
Example :
VUE_APP_APIKEY ="77cfcaf621af0234cd0504axxxxxxxxxx"
Visit OpenWeather for getting apikey
- Type
npm run serve
in terminal for running this project. - If you want to build, type
npm run build
.
Try Cekcuaca Web build version below