jbrooksuk / node-summary

Node module that summarizes text using a naive summarization algorithm
http://jbrooksuk.github.io/node-summary/
769 stars 93 forks source link

Implement summarizing from url #35

Closed cacheflow closed 7 years ago

cacheflow commented 7 years ago

-Allows a user to have an article summarized via URL. -Included tests to ensure user passes a valid URL. -Updated Readme to explain usage.

jbrooksuk commented 7 years ago

Sorry for the delay in this!

I'm not sure if this really belongs at the package level. What do you think?

fungilation commented 7 years ago

Ya, I do this outside of package as would almost anyone else to source text to summarize. async fetch() is great by itself

cacheflow commented 7 years ago

I thought it would nice to add since people do it outside of the package all the time.

jbrooksuk commented 7 years ago

Thanks :)

cacheflow commented 7 years ago

Thanks! Could you also update this on NPM as well? I wanted to use it for a package I was working on. :D