Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proloser/refridge
A shopping list that knows when your food is going to expire!
https://github.com/proloser/refridge
Last synced: 9 days ago
JSON representation
A shopping list that knows when your food is going to expire!
- Host: GitHub
- URL: https://github.com/proloser/refridge
- Owner: ProLoser
- Created: 2013-07-10T02:03:07.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-08-12T22:50:09.000Z (over 11 years ago)
- Last Synced: 2023-04-19T21:16:59.306Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://proloser.github.io/refridge
- Size: 777 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
refridge
======Refridge is a simple Shopping List webapp with one huge feature: **it knows when your food is going to expire!**
**Original Idea**
[Click here to checkout the blog post](http://deansofer.com/posts/view/18/Shopping-List-Expiration-Reminder-App)
**How?**
When you add food to your shopping list, you will be able to specify the category and type of food (along with normal shopping-list notes). When you check off items in shopping mode, they are considered 'purchased' at that date (approximately). A database will be developed that contains expiration times if the food is frozen, refrigerated, left out, or cooked.
**So what?**
Well now you can get features such as:
* Notifications for certain food types when they are going to expire
* Recipe suggestions using soon-to-expire ingredients (integration with 3rd party?)
* Start a new shopping list with already-expired items
* Shared family shopping lists
* Know what you need to pick up from the store without having to check the fridge## Setup
1. `$ bower install`
2. Setup Firebase authentication keys for 'Github' or whatever
3. `$ python -m SimpleHTTPServer` or whatever way you wish to host
4. Visit `localhost:8000` or whatever in the browser# Roadmap
* Integration with online DB of food expiration times
* New custom DB of food expiration times
* Password-locked lists
* Shareable lists
* All features in the **so what?** section