In my previous post, I made a request for Node.JS wrapper for LanguageTool. Well, I didn’t get any response, so I decided to make this wrapper myself.
Well, so far it has the very basic functionality, but it’ll get new features very soon. This wrapper isn’t avalible on Github yet, but you can already get it from npmjs.com.
So guys, let me know what you think about this idea, and what would you add/improve in the next updates.
Yes, it does rely on HTTP API! I’ll make sure to link to that as well! Also, could you link to my wrapper in your API documentation? I’ll be glad, if you do that
@P0le Many thanks for your contribution. Keep up the great work!
@dnaber Since you are linking to this wrapper, I am not sure you are aware it is partially closed source, since the npm files are close source and the github repo has this:
NOTE: This wrapper utilizes request package, that is required for languagetool-api to work properly. Github repository doesn’t provide it, but package on npmjs.com does.
@P0le Is there a compilable wrapper, or a link to the wrapper’s source?
According to what I read about ISC, it’s pretty much simillar to BSD 2-clause, with no major differences at all… I’ll change package.json to say BSD tho, just to clarify all the stuff…
Hey, I noticed you were making this for a Discord Bot. I made something like that a while back and you can see it [here] (https://www.reddit.com/r/discordapp/comments/8ycfk9/i_made_a_grammar_nazi_bot_and_everyone_is_my/) and here. I built it using their API. The code is all open sourced on my gitlab account that you can find on the second link. I actually somewhat made a library similar to this that I never publicized. If you wanted to collaborate I’d be down. My bot is currently on 800+ servers.
Currently, I’m working on slightly different, yet bigger projects, but I think I can join. You can contact me via email (maciejp0lepedzich@gmail.com) or Discord (both my nickname and avatar are the same as here).