node-page-data

0.0.0 • Public • Published

node-page-data

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

Try yourself

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

You will see:

summary-content

Open teste.js

// teste.js

var sc = require('./bin/node-page-data');

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

/node-page-data/

    Package Sidebar

    Install

    npm i node-page-data

    Weekly Downloads

    1

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • felquis