Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:48:16.000Z (over 1 year ago)
- Last Synced: 2024-11-01T20:24:51.628Z (about 2 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
![npm](https://img.shields.io/npm/v/fondy-checkout.svg)
![license](https://img.shields.io/npm/l/fondy-checkout.svg)
![github-issues](https://img.shields.io/github/issues/kosatyi/fondy-checkout.svg)![nodei.co](https://nodei.co/npm/fondy-checkout.png?downloads=true&downloadRank=true&stars=true)
## 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]
[![Stepan Kosatyi](https://img.shields.io/badge/stepan-kosatyi-purple.svg)](https://kosatyi.com/)