weather-widget001
v0.1.7
Published
Weather widget that can geolocate user and show current weather
Readme
weather-app
The app shows current weather. And geolocate user in first start
Project setup
npm install weather-widget001Run 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 serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint