A clean, responsive, lightweight application for scraping ads from Kijiji and displaying the results in a simplified way.
In the future this app will allow for subscribing to kijiji searches with text notifications.
This application was built using mwpenny / kijiji-scraper
- Retrieve current ads from Kijiji given keywords and other parameters
- Multi-tabbed & tagged search subscriptions to have as many searches as you need at one time.
- On-the-fly search filtering
- Search tab draggable sorting
- Customizable search refresh timer interval
- Change tracking
- Future Feature: Text/Email Notifications on new ads and price changes
- Responsive design, mobile friendly
Extension: Allow CORS: Access-Control-Allow-Origin
- Latest Version of Node.js installed on your system
- Create a copy of the .env.local.sample, and remove the .sample portion. You should now have a .env.local in your root project directory.
- Add your PushBullet Api Key after the equals for the "VUE_APP_PUSH_BULLET_ACCESS_TOKEN" environment variable.
- For now, you should recieve notifications on all of your devices connected to the API Token specified, if there are new ads added since the last run, or if the ads have changed price.
The .env.local file should look something like:
VUE_APP_PUSH_BULLET_ACCESS_TOKEN="YOUR KEY HERE"
VUE_APP_PUSH_BULLET_PHONENUMBER="YOUR PHONE NUMBER HERE"
npm install
npm run serve
npm run build
npm run test
npm run lint