Skip to content

elixirhub/events-portal-microdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microdata

Installation

npm install elixirhub/microdata

How to use

var microdata = require('microdata');
var url = 'http://elixir-europe.org/events/';

// without URL
var result = microdata.parse(html);

// with URL
microdata.parse(url, function (err, result) {

});

microdata.parse(htmlOrUrl[, callback])

  • htmlOrUrl String – An HTML source or an URL.
  • callback Function – Requied when the first parameter is an URL.

License

Microdata is licensed under the MIT license.

About

A node.js microdata parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published