1.0.1 • Published 5 years ago

weatheralert v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

weatheralert

a weather alert plugin for hazard conditions in your area

NPM JavaScript Style Guide

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