Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olavea/studio-5-dekor
Practicing using Stripe And Gatsby to set up t-shirt sales
https://github.com/olavea/studio-5-dekor
Last synced: 24 days ago
JSON representation
Practicing using Stripe And Gatsby to set up t-shirt sales
- Host: GitHub
- URL: https://github.com/olavea/studio-5-dekor
- Owner: olavea
- Created: 2018-10-05T07:53:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T12:00:15.000Z (over 6 years ago)
- Last Synced: 2024-10-27T10:51:01.298Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studio-5-Dekor
Practicing using Stripe And Gatsby to set up t-shirt sales
## How to run the script
1. Update the api key in each file
2. Update product id for each sku- Use the product id from Stripe
- Use find and replace for each file (no need to manually change each one)3. Open terminal
4. Write `npm install stripe`
5. Write `node Cat.js` (make sure there are no error messages)
6. Write `node Leopard.js` (make sure there are no error messages)
7. Write `node Tiger.js` (make sure there are no error messages)Do not commit the changes as we do not want the api keys on GitHub.