Skip to content

Commit

Permalink
Merge pull request #1032 from peet86/master
Browse files Browse the repository at this point in the history
adds cart-localstorage
  • Loading branch information
SimonWaldherr authored Oct 30, 2024
2 parents d734876 + 90998d9 commit 9078ae6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ module.exports = [
url: "https://github.com/razaibi/Wirup",
source: "https://raw.githubusercontent.com/razaibi/Wirup/master/js/Wirup.js"
},
{
name: "Shopping Cart - localStorage",
github: "peet86/cart-localstorage",
tags: ["nano-framework", "shopping cart", "cart", "localstorage", "shop", "store", "javascript"],
description: "Lightweight, simple and flexible shopping cart micro library on top of localStorage",
url: "https://github.com/peet86/cart-localstorage",
source: ["https://raw.githubusercontent.com/peet86/cart-localstorage/master/index.js","https://raw.githubusercontent.com/peet86/cart-localstorage/refs/heads/master/utils/localstorage.js"]
},
{
name: "WirupExpress",
github: "razaibi/WirupExpress",
Expand Down

0 comments on commit 9078ae6

Please sign in to comment.