I created a NodeJS wrapper around ODD! 🥳 #63
Chaphasilor
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Haha, great, I've seen it come online on your GitHub 1-2 days ago 😂 I don't have NodeJS, I did use it previously when you got an issue with it. 😇 Maybe someone with experience with it can test it. O lr is it easy to do? Or maybe with a Docker I guess? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because I'm using ODD in an automated way, but ODD is a CLI tool, I created a wrapper for JavaScript/NodeJS so it's easier to use through code!
It's available on npm: https://www.npmjs.com/package/open-directory-downloader
I hope there are some fellow NodeJS developers out there who will find this useful :)
Right now the only thing supported is scanning an OD and getting the results, but that works quite well.
I plan to add some more features as requested/needed by myself, like events (progress, end, "milestones" like start of speedtest, etc.) or more options.
Let me know what you think! 😁
Beta Was this translation helpful? Give feedback.
All reactions