BodneyC / moonView

Show the current phase of the moon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon View

Electron app which shows the current phase of the moon (and possibly even more to come...)

Screenshot

screenshot

Description/Purpose

The real purpose of this app is to get some practice in with Electron (and therefore NodeJS).

The original plan was to calculate the phase information myself (hence the original title of this project of phaseCalc) but as lune exists, this seemed a little pointless.

Animations for the moon graphics were done with PaperJS.

Usage

As this project is not complete and therefore not packaged, runnning the app goes as follows:

npm i
npm start # Equivalent to `electron .`

Dependencies

About

Show the current phase of the moon


Languages

Language:JavaScript 85.9%Language:HTML 8.0%Language:CSS 6.1%