Giter Club home page Giter Club logo

traderjoes's Introduction

Trader Joe's Price Tracking

Updated daily at traderjoesprices.com. Download full price history (.csv).

All product prices are sourced from the Chicago South Loop location, store code 701.

$ nix shell github:cmoog/traderjoes
$ traderjoes fetch
running...
requesting page 1
requesting page 2
...

$ sqlite3 traderjoes.db -csv -header
sqlite> SELECT * FROM items ORDER BY inserted_at DESC LIMIT 4;
sku,retail_price,item_title,inserted_at,store_code,availability
055691,3.49,"Scandinavian Swimmers","2024-02-15 14:31:29",701,1
063192,3.99,"Cauliflower Pancakes","2024-02-15 14:31:29",701,1
063486,2.99,"Organic Kansas City Style BBQ Sauce","2024-02-15 14:31:29",701,1
063277,1.49,"Red Chili Scalloped Crackers","2024-02-15 14:31:29",701,0

$ traderjoes gen
# generates site in ./site

Dedication

This project is dedicated to Trader Joe's Hyde Park in Chicago. Store code 706.

trader-joes-store

traderjoes's People

Contributors

cmoog avatar kylecarbs avatar ryanprince avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

traderjoes's Issues

Consider opening up access to dataset

I'm not much of a data whiz myself, but there's a lot of really smart people who can do really interesting things when they get access to an open set of data. There's a lot of ways you could approach it if you wanted to do it, with varying complexity. Some ideas:

  • Occasionally when it's convenient, add a snapshot of the DB to this repo
  • Push a version to a static hosting site when your cron job finishes
  • This seems like more effort to set up, but is kinda neat https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
  • There was a tool posted on HN at one point that let you share SQLite DBs in the browser, but can't remember the name of it.
  • ... a million other ways i'm sure you're aware of

Definitely not required, so do what makes the most sense for you with this project. It's great, thanks for sharing it!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.