Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 374 Bytes

windows-quiet hours

Easily check if Windows 10 "Quiet Hours" are active - natively, without shelling out, and without any dependencies.

npm install windows-quiet-hours
const { getIsQuietHours } = require('windows-quiet-hours`)
const isQuietHours = getIsQuietHours()

License

MIT, please see LICENSE for details. Copyright (c) 2016 Felix Rieseberg.