Skip to content

MarshallOfSound/windows-quiet-hours

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Checks if Windows 10 quiet hours are active

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.6%
  • C++ 32.9%
  • Python 8.5%