0.2.0 • Published 5 months ago

nano-stripe v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Nano Stripe

Nano Stripe is a lightweight and framework-agnostic package that integrates Stripe analytics into any web application.

Installation

npm install nano-stripe

Usage

<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