1.0.4 • Published 5 years ago

kinzen-reader v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Kinzen Reader SDK Example

A Javascript SDK that POSTs the URL of the page it is loaded on to an API endpoint to check if the URL has has been seen previously by the API. If the URL has not been seen, the page's HTML is sent in a separate API POST which is then processed to generate relevant topics. If the URL has been seen before then the topics from previous processing are returned.

Usage

  1. Clone repository
  2. npm install
  3. npm run build-dev
  4. npm run start
  5. Browser will open localhost
  6. Look at console for feedback
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago