1.0.1 • Published 4 years ago

sglg-communications v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

sglg-communications

npm package

About

sglg-communications is a colorful component which provides element Chat in which a user can query COVID-19 facts. It is a submission to the Auth0 hackathon 2020

How it works

This components can be imported into a React project to provide functionality for users to communiate with an API (for example COVID-19 facts) via natrual language chat interactions

Tech stack used

  1. nwb
  2. React.js
  3. MaterialUI
  4. Babel
  5. Auth0
  6. Axios
  7. styled-components

How to use it

setup for local development

cd sglg-communications
npm install
npm run storybook # shows an interactive demo UI for interacting  with the Chat element

publish to nvm

https://www.npmjs.com/package/sglg-communications

npm run build 
npm login
npm publish

Usage

This is a component which can be added to an app via:

npm install sglg-communications --save

And called inside the app by:

import Chat from 'sglg-communications';
<Chat/>