jquerylistadecompras 3.0.11 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
jQuery plugin of the Lista de Compras platform
|
|
4
4
|
|
|
5
|
-
[](https://ci.appveyor.com/project/guibranco/jquery-listadecompras/branch/main)
|
|
6
6
|
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
7
7
|
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
8
8
|
[](https://wakatime.com/badge/github/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
9
|
+
[](https://codeclimate.com/github/InovacaoMediaBrasil/jQuery.ListaDeCompras/maintainability)
|
|
10
|
+
[](https://codeclimate.com/github/InovacaoMediaBrasil/jQuery.ListaDeCompras/test_coverage)
|
|
9
11
|
|
|
10
|
-

|
|
11
13
|
|
|
12
14
|
## NPM - Node Package Manager
|
|
13
15
|
|
|
@@ -37,7 +39,7 @@ dotnet add package jquery.listadecompras
|
|
|
37
39
|
|
|
38
40
|
---
|
|
39
41
|
|
|
40
|
-
[](https://github.com/InovacaoMediaBrasil/jQuery.ListaDeCompras)
|
|
41
43
|
|
|
42
44
|
Lista de Compras (Editora Inovação) is a application that allows you create a list of available products selling in Vitrine do Artesanto or Tania Silva store and show it on any website with a link to the cart of the store.
|
|
43
45
|
|
|
@@ -51,15 +53,16 @@ With this plugin you can manage your lists, [TODO] account preferences and get t
|
|
|
51
53
|
|
|
52
54
|
The plugin working on Programa Arte Brasil:
|
|
53
55
|
|
|
54
|
-

|
|
55
57
|
|
|
56
58
|
And in the Canal do Artesanato:
|
|
57
59
|
|
|
58
|
-

|
|
59
61
|
|
|
60
62
|
----------
|
|
61
63
|
|
|
62
64
|
## Usage ##
|
|
65
|
+
|
|
63
66
|
To simple show a list in your page, creates a simple HTML element and call the plugin:
|
|
64
67
|
|
|
65
68
|
```html
|