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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    2

Package Sidebar

Install

npm i node-page-data

Weekly Downloads

2

Version

0.0.0

License

none

Last publish

Collaborators

  • felquis