Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/wp-polly


https://github.com/kamataryo/wp-polly

Last synced: 4 days ago
JSON representation

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
```