# 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