介绍掠夺者 - 蒙古·阿特拉斯·哈克拉马拉松
#javascript #atlashackathon22 #atlashackathon #hackathon

我建造的

Lootle->(Loot -Le)是一个网站和MIT许可开源项目,您可以在其中跟踪MacBook或您喜欢的Raspberry Pi或Microsoft的股票价格。您只需输入产品/股票的URL,然后该网站保留价格波动的历史,向您提供给您,甚至在您指定的价格下降时通过电子邮件通知您。

类别提交:

选择自己的冒险

应用链接

lootle.live

视频概述

屏幕截图

  1. 主页 Landing page lootle.live
  2. 仪表板 Lootle.live dashboard tracks
  3. 使用图的产品详细视图
    Product detailed view lootle.live

  4. 股票价格的电子邮件通知
    Email notification for lootle.live

  5. 产品价格下降的电子邮件通知
    Email notification of lootle.live

  6. mongodb atlas Stats
    Mongodb Atlas

描述

该应用程序检查指定产品的价格。它不仅检查价格,还从网站上提取产品的名称和信息。它会在定期的时间间隔内收集信息,并在数据库内部存储。如果发现当前价格小于用户的指定价格,则将用电子邮件更新用户。用户还可以通过漂亮的小仪表板检查价格波动的历史。

技术堆栈ð©âð»

  • reactjs - >用于前端
  • mongodb地图
  • express.js - > api
  • 数字海洋 - >部署
  • Puppeteer/Cheerio - >获得价格
  • NodeMailer - >发送电子邮件

链接到源代码

同一存储库中的所有前端,后端和机器人的源代码:

GitHub logo aashishpanthi / lootle.live

Amazon/Flipkart/Daraz产品的价格跟踪器和CNBC跟踪器的股票价格

lootle

Project introduction

Lootle -> (loot-le) is a website and MIT license open source project where you can keep track of the price of your MacBook or of your favorite Raspberry Pi or the stock price of Microsoft. You just enter the URL of the product/stock then the website keeps the history of the price fluctuation, presents it to you, and even notifies you when the price drops down that you specified.

Functions

Oh, we haven't discussed much on the functions of the website 😅. It checks the price of the product specified. Not only it checks the price, it extracts the name and information of the product from the website. It gathers information on a regular interval of fiveteen minutes and stores inside of the database. If the current price is found to be less than the specified price by the user then, the user will be…

允许许可证

MIT

背景

在电子商务商店中检查价格的不满是该项目的动机。为了消除此过程,而不是自动化该过程,我构建了此Web应用程序。此外,我计划将其作为浏览器扩展。

我如何建造它

这不是我第一次使用mongoDB。我已经使用MongoDB(MongoDB Atlas更具体)构建了几个项目。但是学习永远不会停止。我不知道MongoDB提供变更流,但是当我知道我必须尝试一次。我已经在应用程序中尝试过,每当价格下降时发送推送通知。但是我觉得要发送通知看起来可能会垃圾邮件,所以我选择邮寄的选项,可以在其中发送带有交互式元素的产品的详细信息。

目前支持的网站:

  1. Flipkart.com仅用于可用产品
  2. Amazon.com仅用于可用产品
  3. Amazon.co.uk仅用于可用产品
  4. Amazon.in仅用于可用产品
  5. cnbc.com股价
  6. daraz.com.np仅用于可用产品

重要链接ð

  1. GitHub repo
  2. Website