Skip to content

Commit 5872a61

Browse files
committed
DOCS Update
1 parent 6413242 commit 5872a61

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Simple Python Wrapper for Stripe
22

3-
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`. Available items:
3+
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input.
4+
5+
> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`. Available items:
46
57
- `Product` Meta Information:
68
- ID, name, description
7-
- All Images
8-
- All Prices
9-
- The default pricing
9+
- `All Images`
10+
- `All Prices`
11+
- The `default price`
1012
- separate node for quick access
1113

1214
<br />
@@ -71,7 +73,16 @@ All products associated with the account are pulled in `products.json`. Here is
7173

7274
<br />
7375

74-
> **Step 1** - Create `.env` using provided `env.sample`
76+
> **Step 1** - Clone the sources from [public repository](https://github.com/app-generator/ecomm-wrapper-stripe)
77+
78+
```bash
79+
$ git clone https://github.com/app-generator/ecomm-wrapper-stripe.git
80+
$ cd ecomm-wrapper-stripe
81+
```
82+
83+
<br />
84+
85+
> **Step 2** - Create `.env` using provided `env.sample`
7586
7687
Add `.env` file in your projects root directory and add the following credentials
7788

0 commit comments

Comments
 (0)