Hey guys, I’m writing a small App for Meteor, but I really got stuck while scraping a website. I use this https://atmospherejs.com/anonyfox/scrape package.
According to the example, I should write this line: (where?!)
websiteData = Scrape.website “http://example.com/article”
to get some basic data from the website. However, whenever I put this line and run meteor application, I get the following error:
“Errors prevented startup: while processing files with ecmascript… Unexpected token”.
I bet I use this package in a wrong way. If you could write a small example on how I can scrape basic information from any website, I will be very happy!