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

https://github.com/hamzaerbay/ibm-watson-api-speech-to-text

speech experiment with watson api
https://github.com/hamzaerbay/ibm-watson-api-speech-to-text

reactjs speech-recognition watson-speech

Last synced: 3 months ago
JSON representation

speech experiment with watson api

Awesome Lists containing this project

README

        

# Demo
https://hamzaerbay.github.io/ibm-watson-api-speech-to-text/

# React Starter Kit
Easy to use configurable starter kit for small sized projects.

## What's it all about?
Built from scratch and added the base component and lint rules for the beautiful codebase. Using a lightweight CSS framework that [Bulma.io](https://github.com/jgthms/bulma).

Base lint rules added for code quality. StyleLint rules extended [styleLint](https://stylelint.io/) and esLint rules extended [Airbnb](https://github.com/airbnb/javascript).

Containing my [vsCode](https://code.visualstudio.com/) editor settings.

## Getting started

### Clone
```
$ git clone https://github.com/hamzaerbay/react-starter-kit.git
$ cd
```

### Install dependencies
```
npm install / yarn install
```
### Build with webpack dev server
Deploying for local usage if you don't want use webpack dev server run `npm/yarn run dev`.
```
npm run dev-server / yarn run dev-server
```
### Run node server.js
Before start create a credential and define into the src/js/server.js `line 42 - 43`
https://console.bluemix.net/docs/services/speech-to-text/getting-started.html#gettingStarted
Then run node server for speech api communication
```
node src/js/server.js
```
visit the http://localhost:8080/
### Build for production
Deploying everything for production.
```
npm run prod / yarn run prod
```
### Testing
Installed JEST testing framework
You can find further information on this [doc](https://facebook.github.io/jest/) also there is a [cheatsheet](https://github.com/sapegin/jest-cheat-sheet)
```
npm run test / yarn run test
```
## How can I support?
- Star our GitHub repo ⭐️
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧