We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, urbandictionary has a real API (again):
http://api.urbandictionary.com/v0/define?term=bebebe https://api.urbandictionary.com/v0/random
(noticed it here: https://www.npmjs.com/package/urban-dictionary)
Would be good to add implementation that uses this API. Should probably keep HTML parsing code in case API becomes unavailable again.
The text was updated successfully, but these errors were encountered:
I'm gonna make a PR for this because the HTML parsing just broke. It now doesn't get the full text of the example.
Sorry, something went wrong.
Actually I'm not; I'm going to use https://github.com/Naught0/asyncurban instead
No branches or pull requests
Apparently, urbandictionary has a real API (again):
http://api.urbandictionary.com/v0/define?term=bebebe
https://api.urbandictionary.com/v0/random
(noticed it here: https://www.npmjs.com/package/urban-dictionary)
Would be good to add implementation that uses this API. Should probably keep HTML parsing code in case API becomes unavailable again.
The text was updated successfully, but these errors were encountered: