Input a link to a news article and retrieve summary DEMO
instructions:
yarn install
yarn build
- go to
http://localhost:3000/
If you just want to use this inside the terminal, the code is in auto.js
just set a shortcut in your bash_profile
to point to it and pass the link as an argument. example:
alias summarize='node ~/path/to/tldr-articles/auto.js'
and in your terminal you would run:
summarize http://linktoarticle.com/etc/etc/etc