Maximilian Stroh
Maximilian Stroh
When I try the snippet from the README (with my settings of course) to show the comment count, I get the following javascript error: `Uncaught TypeError: Cannot call method 'appendChild'...
when scraping the website http://www.bostonherald.com, the "http:" part gets stripped out. The site has `` in it's HTML, so the "//" symbol must be resolved to "http" by default.
sometimes just wrong, example: http://www.bostonstandard.co.uk/news returns the domain itself. The title is false, too.
The used readability module often returns garbage from the parsed HTML sites, which leads not only to unusable fulltext properties, but also to awful wrong matches in the tagging engine...
Sometimes the "summary" property of articles is just garbage. After a more precise fulltext is achieved through #10 , use algorithms like node-nlpsum to generate a good snippet consisting of...
A new API method should just take any given url, and return the website's data, along with all fully parsed articles it found through RSS feeds in one go. Since...
Add an additional method to request images, resize them if wanted and return them as either binary or base64 string
Looks like I need a karma-node-webkit-launcher.
https://github.com/greenheartgames/greenworks looks good.
Is it possible to have commands which work as usual, but are NOT listed when a user uses `-h` or similar listings?