📋 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.
- 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 📅.
- 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.
Extends EventEmitter
Name | Description |
---|---|
options.emailstring | |
options.passwordstring | password |
Log into the AnyList account providedin the constructor.
Call when you're ready for your programto exit.
Load all lists from account into memory.
Promise<Array<List>>
: lists Get List instance by ID.
List
: list Get List instance by name.
List
: list Factory function to create new Items.
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.
Type: Array<List>
List class.
(string)
Adds an item to this list.Will also save item to localcopy of list.
Promise<Item>
: saved item Remove an item from this list.Will also remove item from localcopy of list.
Promise
Anylist For Mac
:Get Item from List by identifier.
Anylist Chrome Extension
Item
: found Item Get Item from List by name.
Item
: found Item Item class.
Anylist Web
(string)
(string)
(string)
(string)
Save local changes to item toAnyList's API.
Promise
: