Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

iDGE90/js-weather-app

Repository files navigation

Weather

Weather is javascript application that allows you to search for weather information using Open Weather API.

Demo

Install Dependencies

npm install

Start Development Serve

Serve the application on development server with hot reloading

npm run serve

Build Application

After building the application, the built version will be placed in the dist directory in project root.

Build the application for development

npm run build

Build the application for production

npm run build:prod

Build the application and watch for changes

npm run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published