https://github.com/plughacker/malga-checkout
A simple, fast and customizable way of integrating with Malga, with no need to stop using your favorite front-end framework.
https://github.com/plughacker/malga-checkout
Last synced: about 1 year ago
JSON representation
A simple, fast and customizable way of integrating with Malga, with no need to stop using your favorite front-end framework.
- Host: GitHub
- URL: https://github.com/plughacker/malga-checkout
- Owner: plughacker
- License: mit
- Created: 2021-06-22T14:58:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T21:17:55.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:07:33.618Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# Malga Checkout
A simple, fast and customizable way of integrating with Malga, with no need to stop using your favorite front-end framework.
## Get Started
Inicially, it is highly recommended that you read [Malga’s documentation](https://docs.malga.io/) for better understanding of how our APIs work, generate your login credentials and mostly to understand how to generate your publicKey, which is one of the requirements so that you can use Malga Checkout in the best way. Trust me, it will only take a few minutes.
## Integration
Now that you have your publicKey in hands, simply choose one of the options below, to access the step by step of how to integrate with Malga Checkout in your application.
- Integration with Angular, [click here](https://docs.malga.io/sdks/malga-checkout/angular)
- Integration with React, [click here](https://docs.malga.io/sdks/malga-checkout/react)
- Integration with Vue, [click here](https://docs.malga.io/sdks/malga-checkout/vue)
- Integration with Vanilla, [click here](https://docs.malga.io/sdks/malga-checkout/js)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See our [contributing guidelines](./CONTRIBUTING.md) for more information.
## Authors
- Lenardo Pinheiro ([leonardorpr](https://github.com/leonardorpr))
- Filippe Rodrigues ([filipperodrigues](https://github.com/filipperodrigues))