jaafarskafi1 / SMMRY-Client

A JavaScript client for communicating with the SMMRY API.

Home Page:https://smmry-client.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLDR

Input a link to a news article and retrieve summary DEMO

instructions:

  1. yarn install
  2. yarn build
  3. 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

About

A JavaScript client for communicating with the SMMRY API.

https://smmry-client.herokuapp.com/


Languages

Language:JavaScript 80.9%Language:HTML 14.2%Language:CSS 4.9%