Skip to content

Commit 9800f31

Browse files
committed
readme updated
1 parent f80e3db commit 9800f31

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1+
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/vishnuchd)
2+
3+
[comment]: <> ([![vishnuchd - nativescript-woocommerce-api]&#40;https://img.shields.io/static/v1?label=vishnuchd&message=nativescript-woocommerce-api&color=blue&logo=github&#41;]&#40;https://github.com/vishnuchd/nativescript-woocommerce-api&#41;)
4+
[![stars - nativescript-woocommerce-api](https://img.shields.io/github/stars/vishnuchd/nativescript-woocommerce-api?style=social)](https://github.com/vishnuchd/nativescript-woocommerce-api)
5+
[![forks - nativescript-woocommerce-api](https://img.shields.io/github/forks/vishnuchd/nativescript-woocommerce-api?style=social)](https://github.com/vishnuchd/nativescript-woocommerce-api)
6+
7+
[![NPM version][npm-image]][npm-url]
18
# @vishnuchd/nativescript-woocommerce-api
29
A wrapper that connects Nativescript to the WooCommerce API
310
## Installation
4-
```javascript
11+
```
512
ns plugin add @vishnuchd/nativescript-woocommerce-api
613
```
714

8-
## Usage
9-
10-
// TODO
11-
12-
## License
13-
14-
Apache License Version 2.0
15-
16-
1715
## Setup
1816

1917
You will need a consumer key and consumer secret to call your store's WooCommerce API. You can find instructions [here](https://docs.woocommerce.com/document/woocommerce-rest-api/)
@@ -113,5 +111,13 @@ WooCommerceAPI.invokeDelete('coupons/123')
113111
});
114112
});
115113
```
114+
## License
115+
116+
Apache License Version 2.0
117+
<div align="center">
118+
Made with :heart: in India
119+
</div>
116120

117121

122+
[npm-url]: https://www.npmjs.com/package/@vishnuchd/nativescript-woocommerce-api
123+
[npm-image]: https://img.shields.io/badge/npm-v1.0.2-lightgrey

0 commit comments

Comments
 (0)