Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
showNightmare = result.showNightmare === "yes" ? true : false
Aka
if( true)
showNightmare = true
else
ShowNightmare = false -
@Codex404 "yes" is not equal to true though. The point is to make it human friendly.
-
rui9024226yOut of curiosity, is it still possible to get the email without the use of any API?
I think they used to export the connections with the emails but that was obviously removed some years ago... -
@rui902 currently there is no way of getting the emails. Not via connections export nor the API. Here is a blog post I wrote explaining the process of making the script if you are interested. https://dev.to/futoricky/...
A simple node web scraper to extract your linkedin connection emails
A simple node web scraper to extract your linkedin connection emails