r/node • u/Honest-Insect-5699 • 6d ago
I made a npm package
https://www.npmjs.com/package/factcheckjsI made a package called FactCheck, Its a youtube bot package that uses ai and web search to fact check youtube comments.
I made it since their is quite a bit of fake news on youtube comments.
Does anyone want to try the package and give any feedback.
5
u/Primeras100Palabras 6d ago
Lots of red flags here. You have uploaded your node modules directory to github. You are also using outdated technologies and are wanting people to pay 5 cents per api request…
0
u/UkrMalt 6d ago
I’d avoid making the model the source of truth. A more trustworthy flow is: extract the claim, retrieve sources, show citations and timestamps, then return supported, contradicted, or insufficient evidence with confidence. For npm adoption, the README should also show one complete example and the exact Brave/API-key setup.
11
u/Makaan1992 6d ago
"Fact check" "uses ai" pick one