From 67d0c7c3e4b20fa625f843cef76ac090427e0ab7 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 17 Jul 2021 22:16:54 -0600 Subject: [PATCH] Readme Update I have updated the Readme to include newly updated stat figures. --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 41f75a5..81817fb 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ## Overview: This is a product API for grocery and item data. It will return information including prices, names, images descriptions, ids, nutrition information (and USDA nutrition information on produce), and many more things. - I built this API when I tried finding product data for a project, but couldn't find any that worked for my needs. The database is small and only contains 76 products, but I work on adding more products every so often. + I built this API when I tried finding product data for a project, but couldn't find any that worked for my needs. The database is small and only contains 77 products, but I work on adding more products every so often. ### By the Numbers: - * 76 total items - * 63 categories - * 56 different brands - * $184.33 worth of products - * 101,881 total calories + * 77 total items + * 66 categories + * 57 different brands + * $189.81 worth of products + * 102,541 total calories ### Contents * names @@ -24,9 +24,9 @@ * perfect for admin dashboard * ingredients * unique ids - * 56 different brands - * 76 products - * 63 categories + * 57 different brands + * 77 products + * 66 categories ## Requirements @@ -147,6 +147,9 @@ * cereal * breakfast * seasoning + * vegan + * vegetarian + * meat-alternative Available Brands: * unknown (This is for things like produce and products that don't have a clear brand name) @@ -206,6 +209,7 @@ * Cinnamon Toast Crunch * SunChips * McCormick + * MorningStar Farms ``` For a more comprehensive list see the masterList in the data folder.