Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmoog/traderjoes
Price tracking program and website for Trader Joe's, updated daily.
https://github.com/cmoog/traderjoes
groceries haskell prices
Last synced: about 23 hours ago
JSON representation
Price tracking program and website for Trader Joe's, updated daily.
- Host: GitHub
- URL: https://github.com/cmoog/traderjoes
- Owner: cmoog
- License: mit
- Created: 2024-01-21T21:12:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T03:23:22.000Z (8 months ago)
- Last Synced: 2024-08-17T08:05:28.442Z (6 months ago)
- Topics: groceries, haskell, prices
- Language: Haskell
- Homepage: https://traderjoesprices.com
- Size: 43.9 KB
- Stars: 199
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trader Joe's Price Tracking
Updated daily at [traderjoesprices.com](https://traderjoesprices.com).
[Download full price history (.csv)](https://data.traderjoesprices.com/dump.csv).All product prices are sourced from the Chicago South Loop location, store code `701`.
```console
$ 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](https://github.com/cmoog/traderjoes/assets/7585078/1d984c08-55dc-4686-8d2d-60629bfb77a2)