weather-widget-codetest

1.0.5 • Public • Published

weather-widget-codetest

Weather Widget Codetest

NPM JavaScript Style Guide

Install

npm install --save weather-widget-codetest

Usage

import React, { Component } from 'react'

import Weather from 'weather-widget-codetest'

class Example extends Component {
  render () {
    return (
        <Weather location='almeria' units='metric' token='Requires sing up at openweathermap.org'/>
        <Weather id="2521886"  units='metric' token='Requires sing up at openweathermap.org'/>
    )
  }
}

License

MIT © jcpalacios

Readme

Keywords

none

Package Sidebar

Install

npm i weather-widget-codetest

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

559 kB

Total Files

7

Last publish

Collaborators

  • abbitxuelo