AnyList



  1. Anylist For Mac
  2. Anylist Chrome Extension
  3. Anylist Web

📋 a wrapper for AnyList's API (unoffical, reverse engineered) Lists update event (fired when any list is modified by an outside actor).

AnyList class. There should be oneinstance per account.

  1. Positive Reviews: AnyList: Grocery Shopping List & Recipe Organizer - 9 Similar Apps, 3 Review Highlights & 58,067 Reviews. Share shopping lists 📝, organize your recipes 🍝, and do meal planning 📅.
  2. Download AnyList - Grocery Shopping List & Recipe Manager on PC with MEmu Android Emulator. Enjoy playing on big screen. AnyList is the best way to create grocery shopping lists and collect and organize your recipes.
new AnyList(options: object)

Extends EventEmitter

NameDescription
options.emailstringemail
options.passwordstringpassword
Properties
Instance Members

Log into the AnyList account providedin the constructor.

Call when you're ready for your programto exit.

Anylist web app

Load all lists from account into memory.

Returns
AnylistPromise<Array<List>>: lists

Get List instance by ID.

Parameters
Returns
List: list

Get List instance by name.

Parameters
Returns
List: list

Factory function to create new Items.

Parameters
Returns
Item: item

Lists update event(fired when any list is modified by an outside actor).The instance's .lists are updated before the event fires.

AnyList#lists-update

Type: Array<List>

List class.

new List(list: object, context: object)
Properties
name(string)
Instance Members

Adds an item to this list.Will also save item to localcopy of list.

Parameters
Returns
Promise<Item>: saved item Analyst ratings

Remove an item from this list.Will also remove item from localcopy of list.

Parameters
Returns
Promise

Anylist For Mac

:

Get Item from List by identifier.

Parameters

Anylist Chrome Extension

Returns
Item: found Item

Get Item from List by name.

Parameters
Returns
Item: found Item

Item class.

new Item(item: object, context: object)

Anylist Web

Properties
identifier(string)
details(string)
checked(string)
userId(string)
Instance Members

Save local changes to item toAnyList's API.

Returns
Promise:



Comments are closed.