summary-content

0.0.0 • Public • Published

summary-content

Get summary of a url based in semantic and social tags.

Try yourself

  1. git clone git@github.com:felquis/summary-content.git
  2. npm install
  3. node teste.js

You will see:

summary-content

Open teste.js

// teste.js

var sc = require('./bin/summary-content');
 
var url = sc.summarycontent({
    url: 'http://www.tutsmais.com.br/blog',
    onError: function (e) {
        console.log('Error: ', e);
    },
    onContent: function (e) {
        console.log('Success: ', e);
    }
});

;D

Readme

Keywords

none

Package Sidebar

Install

npm i summary-content

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • felquis