1.0.10 • Published 8 years ago

sky-brightness v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

sky-brightness

A module to try to determine the current brightness of the sky. It uses the time of day, the season, current weather and current moon brightness to compute a number from 0 to 1.

Please note: Under construction...

Installation

npm install sky-brightness --save

Usage

var SkyBrightness = require('sky-brightness');

var sky = new SkyBrightness({
    latitude: 55.70,
    longitude: 13.21
});

console.log('Brightness index of the sky is currently', sky.getPerceptualBrightness());

Methods

  • getSolarBrightness() - How bright is the sun right now? Returns an index from 0 - 1.
  • getLunarBrightness() - Full moon? Half moon? Returns an index from 0 - 1.
  • getWeatherBrightness() - How does the current weather affect the light. Returns an index from 0 - 1.
  • getPerceptualBrightness() - Returns an index trying to reflect the perceptual light in the sky.
1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago