https://github.com/edocbuhtig/ionic-woocommerce
Ionic WooCommerce integration display product list and get individual product details.
https://github.com/edocbuhtig/ionic-woocommerce
ionic-framework ionic4 ionic5 woocommerce woocommerce-products woocommerce-shop
Last synced: about 1 year ago
JSON representation
Ionic WooCommerce integration display product list and get individual product details.
- Host: GitHub
- URL: https://github.com/edocbuhtig/ionic-woocommerce
- Owner: edocbuhtig
- Created: 2020-09-26T08:09:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T08:17:55.000Z (over 5 years ago)
- Last Synced: 2025-02-05T18:57:56.751Z (about 1 year ago)
- Topics: ionic-framework, ionic4, ionic5, woocommerce, woocommerce-products, woocommerce-shop
- Language: TypeScript
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Ionic Woocommerce
Ionic WooCommerce integration display product list and get individual product details.
### Setup
```
export class WpwooService {
url: string = "";
key: string = "";
secret_key: string = "";
...
...
...
```