React Component of World Clock in Summer Wars
npm install react-summer-wars-world-clock| branch | Travis status|
| --- | --- |
| master |  |
| develop |  |
The original project is located in gist shimizu/fde15aa8cf734f1219f8 created by @shimizu.
Here,
So I'm a just guy who packaged it into a react component.

``bash`
npm install -S react-summer-wars-world-clock
Here is very simple jsx.
`jsx
import React from 'react'
import WorldClock from 'react-summer-wars-world-clock'
import ReactDOM from 'react-dom';
class App extends React.Component {
constructor(props){
super(props)
}
render() {
return (
Here is an example project to use this component.