Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

taylorjwalker/pubsuboftheweek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pub Sub of the Week

Publix Weekly Ad Scraper

This app scrapes the Publix Weekly Ad and returns the Pub Sub of the Week (the sub on sale this week and its cost). Currently, it uses simple caching to minimize web scraping. It can be refactored to work as an Alexa Skill, run on AWS Lambda.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. You will need node and npm installed.

Installing

Fork and clone the repository. Install dependencies with:

npm install

Running

Run the code with:

node app.js

Built With

  • Node.js - JavaScript runtime used to run the application
  • Request - Simple client used to make HTTP requests
  • Cheerio - Core jQuery implementation used to parse HTML and traverse/manipulate the resulting data structure
  • Moment.js - Library used to generate and operate on caching dates and times

Contributing

Please feel free to contribute or give feedback on the issues page. Let's make the best Publix Weekly Ad Crawler with a focus on deli deals out there!

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

Authors

  • Taylor Walker - Initial work - Website

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Publix for giving me the inspiration for this project by their delicious subs and enticing deals!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published