UNPKG

fitbit-weather

Version:

This library permits to retrieve weather data from the device

18 lines (17 loc) 293 B
export var Conditions = { ClearSky: 0, FewClouds: 1, ScatteredClouds: 2, BrokenClouds: 3, ShowerRain: 4, Rain: 5, Thunderstorm: 6, Snow: 7, Mist: 8, Unknown: 999999999 }; export var Providers = { openweathermap: "owm", darksky: "darksky", weatherbit: "weatherbit" };