https://github.com/kosatyi/fondy-checkout
Fondy Checkout Widget
https://github.com/kosatyi/fondy-checkout
checkout checkout-ui checkout-widget payment-methods payment-module
Last synced: 3 months ago
JSON representation
Fondy Checkout Widget
- Host: GitHub
- URL: https://github.com/kosatyi/fondy-checkout
- Owner: kosatyi
- Created: 2017-10-31T16:15:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:48:16.000Z (about 2 years ago)
- Last Synced: 2025-01-30T00:17:25.728Z (4 months ago)
- Topics: checkout, checkout-ui, checkout-widget, payment-methods, payment-module
- Language: JavaScript
- Homepage: https://kosatyi.com/fondy-checkout/
- Size: 7.66 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fondy Checkout Widget



## Installation
### Node
If you’re using [Npm](https://npmjs.com/) in your project, you can add `fondy-checkout` dependency to `package.json`
with following command:```cmd
npm i --save fondy-checkout
```or add dependency manually:
```json
{
"dependency": {
"fondy-checkout":"*"
}
}
```### Bower
If you’re using [Bower](https://bower.io/) in your project, you can run the following command:
```cmd
bower install fondy-checkout
```### Manual installation
If you do not use NodeJS, you can download the
[latest release](https://github.com/kosatyi/fondy-checkout/releases).
Or clone from GitHub the latest developer version
```cmd
git clone [email protected]:kosatyi/fondy-checkout.git
```## Quick start
```html
```
## Result
![]()
## License
[MIT](https://github.com/kosatyi/fondy-checkout/blob/HEAD/LICENSE)
## Author
Stepan Kosatyi, [email protected]
[](https://kosatyi.com/)