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: 3 months ago
JSON representation
Display lunar phase with React and Pixi.js
- Host: GitHub
- URL: https://github.com/nikolas/react-moonphase
- Owner: nikolas
- License: gpl-3.0
- Created: 2018-10-08T13:02:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T01:32:52.000Z (4 months ago)
- Last Synced: 2025-06-23T02:24:38.957Z (4 months ago)
- Topics: lunar-phase, moon-phase, pixi, react
- Language: JavaScript
- Homepage: https://nikolas.github.io/react-moonphase/
- Size: 2.04 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# react-moonphase [](https://travis-ci.org/nikolas/react-moonphase) [](https://greenkeeper.io/)
Display lunar phase with React and Pixi.js

## Demo
https://nikolas.github.io/react-moonphase/
## Usage
* `npm install --save react-moonphase`
```
import MoonPhaseView from 'react-moonphase';// ...
render() {
return (
);
}
```