1.0.1 • Published 5 years ago
weatheralert v1.0.1
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