You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62-3Lines changed: 62 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,45 @@
2
2
3
3
[Payment Request API](https://w3c.github.io/browser-payment-api/) implementation in Polymer. You can take a look the [demo page](https://jorgecasar.github.io/payment-request/components/payment-request/demo/)
4
4
5
-
## Install the Polymer-CLI
5
+
## Installation
6
6
7
-
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.
7
+
Install the component using [Bower](http://bower.io/):
8
8
9
-
## Viewing component docs
9
+
```sh
10
+
$ bower install payment-request --save
11
+
```
12
+
13
+
Or [download as ZIP](https://github.com/jorgecasar/payment-request/archive/master.zip).
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed and serve the component:
10
44
11
45
```
12
46
$ polymer serve
@@ -19,3 +53,28 @@ $ polymer test
19
53
```
20
54
21
55
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.
56
+
57
+
## Contributing
58
+
59
+
1. Fork it!
60
+
2. Create your feature branch: `git checkout -b my-new-feature`
61
+
3. Commit your changes: `git commit -am 'Add some feature'`
62
+
4. Push to the branch: `git push origin my-new-feature`
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77
+
78
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
79
+
80
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments