nano-stripe
Version:
A lightweight and framework-agnostic strpe component to track payments and conversion.
25 lines (20 loc) • 445 B
Markdown
# Nano Stripe
Nano Stripe is a lightweight and framework-agnostic package that integrates Stripe analytics into any web application.
## Installation
```sh
npm install nano-stripe
```
## Usage
```html
<script>
import "nano-stripe";
</script>
<nano-stripe
projectKey="PROJECT_KEY"
userId="USER_ID
/>
```
## Features
- Fetches revenue, customer, and subscription data.
- Simple `<nano-stripe />` tag integration.
- Part of NanoSights.dev