https://github.com/allannienhuis/avalon-moon
angular component to display moon phases
https://github.com/allannienhuis/avalon-moon
angular moon
Last synced: 2 months ago
JSON representation
angular component to display moon phases
- Host: GitHub
- URL: https://github.com/allannienhuis/avalon-moon
- Owner: allannienhuis
- Created: 2020-12-18T23:27:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T17:51:11.000Z (over 5 years ago)
- Last Synced: 2025-09-22T15:48:44.812Z (9 months ago)
- Topics: angular, moon
- Language: TypeScript
- Homepage: https://allannienhuis.github.io/avalon-moon/
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avalon moon
avalon-moon is an angular UI component that will display the appropriate phase of the moon for a specific date.
If no date is provided, it will use the current date. You may also specify a specific moon phase, and change the display colors.
## Examples and documentation
See https://allannienhuis.github.io/avalon-moon/ for usage, examples, and more detailed documentation.
Also, the default web project in this repo is the project published at the above link. Feel free to experiement.
First, build the library: `npm run build-moon`
Then run `ng serve` for a dev server. Navigate to `http://localhost:4200/avalon-moon`.
## install
`npm i anienhuis/avalon-moon`