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

https://github.com/rsginer/voices

Angular grid of voices, select voice, filter, order and random selection
https://github.com/rsginer/voices

angular css3 flexbox html5 typescript voices

Last synced: 2 months ago
JSON representation

Angular grid of voices, select voice, filter, order and random selection

Awesome Lists containing this project

README

          

# Voices

![alt text](https://raw.githubusercontent.com/RSginer/voices/master/screenrecord.gif "Voices")

### Features
- ✅ Favourites voices list.
- ✅ Add and remove voice to favourites.
- ✅ Pro Voices list
- ✅ Filter voices by tag.
- ✅ Order voices ascendent/descendent.
- ✅ Random selection.

#### Install dependencies

```bash
npm install
```

#### Run development server

```bash
npm start
```