Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikolas/react-moonphase
- Owner: nikolas
- License: gpl-3.0
- Created: 2018-10-08T13:02:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T01:01:55.000Z (about 1 month ago)
- Last Synced: 2024-10-20T14:42:18.856Z (26 days ago)
- Topics: lunar-phase, moon-phase, pixi, react
- Language: JavaScript
- Homepage: https://nikolas.github.io/react-moonphase/
- Size: 2.26 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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 (
);
}
```