# utterance-queue **Repository Path**: yjcadmin/utterance-queue ## Basic Information - **Project Name**: utterance-queue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-24 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README utterance-queue ======================================================= Alerting queue and library powered by aria-live By PhET Interactive Simulations https://phet.colorado.edu/ ### Documentation This is under active prototyping, so please expect any sort of API to change. Comments at this stage are very welcome. #### Dependencies [Grunt](http://gruntjs.com/) is used to build the source ("npm update -g grunt-cli", "npm update" and "grunt" at the top level should build into build/). [Node.js](http://nodejs.org/) is required for this process. Building source code requires the phetsims compiling repository: [chipper](http://github.com/phetsims/chipper/). Once dependencies are downloaded, source is compiled by running `grunt`. This library also depends on [lodash](https://lodash.com/). You can find the current checked in dependency for this library in [sherpa](http://github.com/phetsims/sherpa/lib). #### Hello World (to be tested with a screen reader or your AT of choice) ```html ``` `UtteranceQueue.fromFactory()` does a bit of setup work, and is a great place to start with the utterance-queue library. If you want a bit more control you can setup like this: ```html
``` The [PhET Development Overview](https://github.com/phetsims/phet-info/blob/main/doc/phet-development-overview.md) is the most complete guide to PhET Simulation Development. This guide includes how to obtain simulation code and its dependencies, notes about architecture & design, how to test and build the sims, as well as other important information. ### License See the [license](LICENSE)