@speechly/react-client
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@speechly/react-client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "React client for Speechly SLU API", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@speechly/browser-client": "1.4.0" | ||
"@speechly/browser-client": "1.5.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
@@ -6,3 +6,3 @@ <div align="center" markdown="1"> | ||
### The Fast, Accurate, and Simple Voice Interface API | ||
### Real-time automatic speech recognition and natural language understanding tools in one flexible API | ||
@@ -32,2 +32,14 @@ [Website](https://www.speechly.com/) | ||
## Quick start | ||
Bootstrap a simple Speechly React app | ||
```sh | ||
npx degit speechly/speechly/templates/empty my-app | ||
cd my-app | ||
// Add an app ID to index.js from https://api.speechly.com/dashboard | ||
npm install | ||
npm start | ||
``` | ||
## Usage | ||
@@ -37,3 +49,3 @@ | ||
```shell | ||
```sh | ||
# Create a new React app | ||
@@ -40,0 +52,0 @@ create-react-app . |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54850
96
+ Added@speechly/browser-client@1.5.0(transitive)
- Removed@speechly/browser-client@1.4.0(transitive)