Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 457 Bytes

RecipeParser

t

Parse Recipes from Websites and files that use the json-ld format

Getting started

<dependency>
    <groupId>xyz.joethei</groupId>
    <artifactId>receipe-parser</artifactId>
    <version>${version}</version>
</dependency>
var url = //Website url / path to text file containing recipe data
Recipe recipe = RecipeParser.parse(url);