Skip to content

hontas/arnold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arnold

Minimalist wrapper around the SpeechSynthesis interface of the Web Speech API to make your browser talk like Arnold. Or at least a lady like version of him. It's really not so similar. But it's fun. Enjoy!

arnold

install

npm i arnold-says

use

import Arnold from 'arnold-says';

Arnold.says('Hasta la vista baby')
  .then((evt) => console.log(`done talking after ${evt.elapsedTime}`))
  .catch((err) => console.err(err));

Pro tip: Combine with running-man for a wonderful experience

About

Minimalist wrapper around SpeechSynthesis that sounds like a lady Arnold

Resources

Stars

Watchers

Forks

Packages

No packages published