weatheralert
v1.0.1
Published
a weather alert plugin for hazard conditions in your area
Downloads
3
Readme
weatheralert
a weather alert plugin for hazard conditions in your area
Install
npm install --save weatheralert
Usage
import React, { Component } from 'react'
import WeatherAlert from 'weatheralert'
import 'weatheralert/dist/index.css'
class Example extends Component {
render() {
return <WeatherAlert lat={your latitude} lon={your longitude} />
}
}
License
MIT © lwardlegit