{"id":22827425,"url":"https://github.com/voxaai/voxa-polly-renderer","last_synced_at":"2026-04-29T17:38:37.670Z","repository":{"id":57142452,"uuid":"94930726","full_name":"VoxaAI/voxa-polly-renderer","owner":"VoxaAI","description":"A Voxa plugin for replying with voices from AWS Polly","archived":false,"fork":false,"pushed_at":"2017-06-23T16:28:31.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-20T21:40:45.029Z","etag":null,"topics":["alexa","nodejs","polly","voxa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VoxaAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-20T20:08:49.000Z","updated_at":"2018-11-07T22:47:53.000Z","dependencies_parsed_at":"2022-09-05T18:41:32.949Z","dependency_job_id":null,"html_url":"https://github.com/VoxaAI/voxa-polly-renderer","commit_stats":null,"previous_names":["mediarain/voxa-polly-renderer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/VoxaAI/voxa-polly-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-polly-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-polly-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-polly-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-polly-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VoxaAI","download_url":"https://codeload.github.com/VoxaAI/voxa-polly-renderer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoxaAI%2Fvoxa-polly-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32437109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:34:55.123Z","status":"ssl_error","status_checked_at":"2026-04-29T17:34:45.749Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alexa","nodejs","polly","voxa"],"created_at":"2024-12-12T18:10:33.529Z","updated_at":"2026-04-29T17:38:37.653Z","avatar_url":"https://github.com/VoxaAI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Voxa Polly Renderer\n====================\n\n[![Travis](https://img.shields.io/travis/mediarain/voxa-polly-renderer.svg)](https://travis-ci.org/mediarain/voxa-polly-renderer)\n[![Coveralls](https://img.shields.io/coveralls/mediarain/voxa-polly-renderer.svg)](https://coveralls.io/github/mediarain/voxa-polly-renderer)\n\nA custom renderer for Voxa that uses AWS Polly text to speech, this allows you to have skills with voices other than the alexa ones\n\n\nInstallation\n-------------\n\nInstall from [npm](https://www.npmjs.com/package/voxa-polly-renderer)\n\n```bash\nnpm install --save voxa-polly-renderer\n```\n\n\nUsage\n------\n\n```javascript\nconst Voxa = require('voxa');\nconst PollyRenderer = require('voxa-polly-renderer').PollyRenderer;\n\n\n// initialize the skill\nconst skill = new Voxa({\n  variables,\n  views,\n  RenderClass: PollyRenderer,\n  renderer: {\n    bucket: 'YOU_S3_BUCKET',\n    s3Path: 'THE_PATH_IN_YOUR_S3_BUCKET_TO_STORE_AUDIO',\n  },\n});\n\n// Update your view to specify the voice you want to use\n// Eg:\nconst views = {\n      LaunchView: {\n        say: 'Welcome back to Voxa, this view will be read using the Joey voice from Polly ',\n        voice: 'Joey',\n      },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxaai%2Fvoxa-polly-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxaai%2Fvoxa-polly-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxaai%2Fvoxa-polly-renderer/lists"}