yatish27 / linkedin-scraper

Scrapes the public profile of the linkedin page
MIT License
554 stars 221 forks source link

Add awards scraping #89

Closed Jaym3s closed 8 years ago

Jaym3s commented 8 years ago

This PR adds a simple awards value which is an array of public profile award objects ala:

[
  {
    title: 'Some award title',
    description: 'the description'
  }
]

The massive puke in spec/fixtures/jeffweiner08.html is to inject an award copied from my linked in profile. It could be run through a formatter to make diffs like this easier to read ;)