Skip to content

sergiosg/nutriscore-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nutriscore algorithm implementated in java

Use example:

	`final Product product = new Product.ProductBuilder()
			.energy(1121f)
			.fat(3f)
			.saturatedFat(0.5f)
			.sugar(0.5f)
			.fiber(3f)
			.proteins(9f)
			.sodium(0.315f)
			.salt(0.8f)
			.build();
	
	final String result = Nutriscore.getNutriscore(product, FoodType.GENERAL);`

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages