retextjs / retext

natural language processor powered by plugins part of the @unifiedjs collective
https://unifiedjs.com
MIT License
2.36k stars 93 forks source link

Example/demos to help with integration #46

Closed oyeanuj closed 7 years ago

oyeanuj commented 7 years ago

Hi @wooorm, firstly, thank you for open sourcing this project!

I'm very excited to be able to integrate it with a web-editor, ideally, on the client-side itself. But looking through the documentation, I couldn't find a link to a demo or an example app that uses this. Is there a link somewhere, that I might have just missed? It would be very useful to be able to play with it and have an example of a possible integration.

Thank you!

wooorm commented 7 years ago

Hi @oyeanuj 👋

Have you seen the example linked to in the readme? Also, some of the plugins have demo’s, such as retext-sentiment and retext-pos, on their gh-pages branches.

Cheers

oyeanuj commented 7 years ago

Ah, I missed the GH Pages branch on the plugins. My bad - thank you for the quick response!

I was mainly curious if this would work in a browser environment instead of node, and it seems like it does. I'll explore more.

Thank you!