README
socialdom
A dom parser for social network to extract contact info.
Socialdom allows you to parse the dom of popular social networks and easily extract information. This is particularly useful for scrapers or browser extensions.
Supported websites
- Github
- Angel list
Peculiarities
Due to some social netowrks changing the structure of the page after it is loaded, socialdom uses the initial dom of the page. To retrieve it for the current page, you can make an ajax call to the current location.
Testing
Run npm test