Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 929 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 929 Bytes

eBay-notifier

an electron react app that scrapes every so often for new items and notifies. be the first one to see the items and have a higher chance of getting a deal.

Download

notes:

  • this was converted from https://github.com/josuerojasrojas/newly-listed-ebay-webapp to electron (some code might be messy (especially since this is my first attempt at using electron)).
  • if you want me to add certain things just add them as an issue
  • this is not meant for auctions (no sniping) rather this is to get the deals from 'buy it now' items

Install

git clone https://github.com/josuerojasrojas/ebay-notifier.git
cd ebay-notifier
yarn install
yarn start
# to build
yarn build

Resources