0.0.7 • Published 8 years ago

react-forecast v0.0.7

Weekly downloads
151
License
MIT
Repository
github
Last release
8 years ago

react-forecast

A forecast component for React powered by Forecast.io.

Installation

npm install react-forecast --save

Demo

http://cezary.github.io/react-forecast/

Usage

var React = require('react');
var Forecast = require('react-forecast');

var Component = React.createClass({
  render: function() {
    return (
      <Forecast latitude={34.05} longitude={118.25} name='Los Angeles' />
    );
  }
});

latitude number, longitude number

The coordinates of the place being forecasted

name string

The name of the place

color string

Color of the temperature bars

font string

Change the font from default Helvetica

units string

Change the localization of the units ('us’ for Fahrenheit and mph, ‘uk’ for Celsius and mph, ‘ca’ for Celsius and km/h, and ‘si’ for Celsius and m/s)

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago