Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 446 Bytes

File metadata and controls

20 lines (16 loc) · 446 Bytes

App Versions

v1

App
version: version
current_list: number of current list
content: array of lists

List
name: name of the list
items: array of items

Items
name: name of the item
cost: cost of item
amount: item amount
checked: is item ticked (true/false)

v1.1

Like v1, but lists longer than 10 items or applications with more than one list are stored in local storage, not in cookies