Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/wp-polly
https://github.com/kamataryo/wp-polly
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/wp-polly
- Owner: kamataryo
- Created: 2017-09-04T13:38:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T08:57:53.000Z (over 7 years ago)
- Last Synced: 2024-11-18T02:12:19.414Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-polly
Sound streaming server with Amazon Polly and WP REST API.
## dependencies
- Git
- Node.js
- direnv## get started
```shell
$ git clone https://github.com/kamataryo/wp-polly
$ cd wp-polly
$ npm install$ direnv edit .
export AWS_DEFAULT_PROFILE=myprofile
export AWS_PROFILE=$AWS_DEFAULT_PROFILE$ npm start
```