kinzen-reader
v1.0.4
Published
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 generat
Downloads
3
Readme
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
- Clone repository
npm install
npm run build-dev
npm run start
- Browser will open localhost
- Look at console for feedback