Socket
Socket
Sign inDemoInstall

@rodrigojuarez/rj-test-console

Package Overview
Dependencies
38
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rodrigojuarez/rj-test-console

React component for testing out different queries against the Snips AI SDK.


Version published
Maintainers
1
Created

Readme

Source

rj-test-console

React component for testing out different queries against the Snips AI SDK

Installation

npm install -s @rodrigojuarez/rj-test-console

Usage

Import the component

import { TestConsole } from '@rodrigojuarez/rj-test-console';

Import the CSS

If your project has set up appropriate CSS loaders, just import the CSS

import '@rodrigojuarez/rj-test-console/dist/index.css';

Render

<TestConsole session="s%3ABXxkzdrbtZLnSMjuAZTBGHplmmd9qR0v.%2FjksFPLq7a0mHdFLKcW2LuQ4O28vjRuEoOl7rFptBVU" assistantId="proj_xvDawrBVG"></TestConsole>
TestConsole PropsTypeDescription
assistantIdstring, requiredAssistant ID
sessionstring, requiredSnips AI SDK session

Examples

Clone the repo first:

git@github.com:rodrijuarez/rj-test-console.git

Then run npm install (or yarn), and finally npm run start (or yarn), and edit the file src/App.js with your own session and assistantId

FAQs

Last updated on 24 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc