masticate

Chews up HTML, spits out recipes. A library to extract recipe microformats from HTML documents. Inspired by the Ruby GEM hangry.

Usage no npm install needed!

<script type="module">
  import masticate from 'https://cdn.skypack.dev/masticate';
</script>

README

Usage

var masticate = require("masticate");

var recipe = masticate.parse(html);
recipe.name 
  //=> 'Worlds Best Nachos'