Skip to content

visneviySecret/weather-widget

Repository files navigation

weather-app

The app shows current weather. And geolocate user in first start

Project setup

npm install weather-widget001

Run with script

<script src=”https://www.npmjs.com/package/weather-widget001"></script>

Or import as a component

import WeatherWidgetApp from 'weather-widget001'

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.