Skip to content

MRVDH/picnic-web

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub license Buy me an Affligem blond MAAR3267

Picnic web

Unofficial (unaffiliated) web interface for the online supermarket Picnic. Uses the npm library picnic-api.

Live version: picnic.maartenvandenhoven.com

picnic-web-screenshot

FAQ

Frequently asked questions.

Why this when there is an app?

For when you don't have your phone with you but you'd still like to browse, manage your cart, etc.

I don't have a Picnic account.

You can see the products, but you'll need to login to manage your cart and account. Consider signing up and using my discount code MAAR3267 so that we both get a 5 euro discount on our orders. 😄

Something broke, what now?

Please report issues in the Github issues section or email me at info@maartenvandenhoven.com.

How do I run a local instance?

Clone or download the repo, run npm install in both the main directory and the ./client directory. Then open two terminals. In the first terminal open the main directory and run node app.js, and in the other terminal open the ./client directory and run npm run serve.