Skip to content

Instantly share code, notes, and snippets.

@rinsuki
Last active January 4, 2016 07:39
Show Gist options
  • Select an option

  • Save rinsuki/599bbfbeafa818c2fce7 to your computer and use it in GitHub Desktop.

Select an option

Save rinsuki/599bbfbeafa818c2fce7 to your computer and use it in GitHub Desktop.
twicliでnotifyをブラウザのNotificationにするやつ
setTimeout(function(){
function(notify){
new Notification(notify);
}
},5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment