stacysn / is_it_keto

An app to keep yourself accountable by simply typing in servings of food to see if it is keto friendly
https://isitketo.herokuapp.com/
MIT License
2 stars 2 forks source link

Unnecessary 'Results' header #46

Open ryan-barrett opened 5 years ago

ryan-barrett commented 5 years ago

Should only show 'Results' header in food container when there are actually results to display.

jadach1 commented 5 years ago

Hi, can I work on this issue please ?

ryan-barrett commented 5 years ago

Sure, that'd be great. To run it locally you'll need to create a keys.js file at src/config/keys.js. Inside of it you'll need
module.exports = { nutritionixKey: "YOUR-NUTRITIONIX-KEY", nutritionixAppId: "YOUR-NUTRITIONIX-APPID", mongoDB: "YOUR-MONGODB-INSTANCE" };
You can grab nutritionix keys at https://www.nutritionix.com/business/api
Let me know if you have any questions