1.0.3 • Published 5 years ago

google-shopping-list v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Google Shopping List

Scrapes the shopping list from shoppinglist.google.com as Google does not seem to have an API for this.

It is recommened to make a new Google account, share your shopping list and make it the primary list.

Usage

const googleshoppinglist = require('google-shopping-list');

let creds = {
	email: 'email',
	password: 'password'
};

googleshoppinglist.getList(creds).then(res => {
	console.log(res);
});

API

googleshoppinglist.getList(credentials, options)

Dependencies

puppeteer

1.0.3

5 years ago

1.0.2

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago