Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikolas/react-moonphase

Display lunar phase with React and Pixi.js
https://github.com/nikolas/react-moonphase

lunar-phase moon-phase pixi react

Last synced: 15 days ago
JSON representation

Display lunar phase with React and Pixi.js

Awesome Lists containing this project

README

        

# react-moonphase [![Build Status](https://travis-ci.org/nikolas/react-moonphase.svg?branch=master)](https://travis-ci.org/nikolas/react-moonphase) [![Greenkeeper badge](https://badges.greenkeeper.io/nikolas/react-moonphase.svg)](https://greenkeeper.io/)

Display lunar phase with React and Pixi.js

![Screenshot of moon phase](https://raw.githubusercontent.com/nikolas/react-moonphase/master/img/screenshot.png)

## Demo

https://nikolas.github.io/react-moonphase/

## Usage

* `npm install --save react-moonphase`

```
import MoonPhaseView from 'react-moonphase';

// ...

render() {
return (

);
}
```