You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

flutterwave-react-v3

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutterwave-react-v3 - npm Package Compare versions

Comparing version

to
1.0.4

4

package.json
{
"name": "flutterwave-react-v3",
"version": "1.0.3",
"version": "1.0.4",
"description": "Official React Package for Flutterwave v3 payment APIs",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

},
"author": "Joel Ugwumadu <ugwumadu116@gmail.com>",
"author": "Flutterwave Developers",
"license": "MIT",

@@ -13,0 +13,0 @@ "bugs": {

@@ -5,12 +5,28 @@ <p align="center">

# flutterwave-react-v3
## Table of Contents
This is a react package for implementing Flutterwave collection gateway
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Deployment](#deployment)
- [Built Using](#build-tools)
- [References](#references)
## Demo
![Alt text](React_App.png?raw=true "Demo Image")
<a id="about"></a>
## Installation
## About
This is a react package for implementing Flutterwave gateway with different payment methods.
<a id="getting-started"></a>
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
See [references](#references) for links to dashboard and API documentation.
### Installation
```bash

@@ -26,3 +42,3 @@ $ npm install flutterwave-react-v3

### Usage
## Usage

@@ -121,35 +137,26 @@ ### Hooks

Please checkout
[Flutterwave Documentation](https://developer.flutterwave.com/docs/flutterwave-standard)
for other available options you can add to the tag
Please checkout [Flutterwave Documentation](https://developer.flutterwave.com/docs/flutterwave-standard) for other available options you can add to the tag.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE)
file for details
<a id="deployment"></a>
## Contributions ✨
## Deployment
1. Fork it!
2. Create your feature branch: `git checkout -b feature-name`
3. Commit your changes: `git commit -am 'Some commit message'`
4. Push to the branch: `git push origin feature-name`
5. Submit a pull request
- Switch to Live Mode on the Dashboard settings page
- Use the Live Public API key
<a id="build-tools"></a>
## Built Using
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!
- [Typescript](https://www.typescriptlang.org/)
- React
### Issues
<a id="references"></a>
Looking to contribute? Look for the Good First Issue label.
## Flutterwave API References
### 🐛 Bugs
- [Flutterwave API Doc](https://developer.flutterwave.com/docs)
- [Flutterwave Inline Payment Doc](https://developer.flutterwave.com/docs/flutterwave-inline)
- [Flutterwave Dashboard](https://dashboard.flutterwave.com/login)
Please file an issue for bugs, missing documentation, or unexpected behavior.
## License
MIT