https://github.com/brianprost/megaiphone
ai that speaks using Amazon Polly
https://github.com/brianprost/megaiphone
Last synced: about 2 months ago
JSON representation
ai that speaks using Amazon Polly
- Host: GitHub
- URL: https://github.com/brianprost/megaiphone
- Owner: brianprost
- License: mit
- Created: 2024-05-27T16:37:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:38:35.000Z (about 2 years ago)
- Last Synced: 2025-03-08T00:53:49.347Z (over 1 year ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Megaiphone
ai that speaks using Amazon Polly
## Usage
```shell
npm i megaiphone
```
```ts
import { greet } from "megaiphone";
greet("Hello, world! ๐");
```
## Contributors

Brian Prost
๐ป ๐ ๐ ๐ค ๐ ๐ง ๐ ๐ง

Josh Goldberg โจ
๐ง
> ๐ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).