Simulate the price of products with cylon.js

I want to implement an application for smart fridge for that
I want to simulate the price of food entering the refrigerator I do not know where to start or how to continue the simulation phase using cylon.js

So, I’m not quite sure what you’re wanting, but I assume you’re scanning products in and out of your fridge and you want to associate extra information with each product (like price)?

If your scanner can send MQTT or HTTP, then use either an MQTT package like perak:mqtt-collection or a REST package like simple:rest to get your Meteor app to listen for product scans. Then, use the product code as an index to a MongoDB collection to hold the extra data.

Sounds like an interesting project :slight_smile:

2 Likes

i dont have a scanner for that i want to use a similator cylon.js