An open API service indexing awesome lists of open source software.

https://github.com/dotted-labs/ngx-supabase-stripe

A payment library created with Stripe and using Supabase wrappers to connect Stripe.
https://github.com/dotted-labs/ngx-supabase-stripe

Last synced: 2 months ago
JSON representation

A payment library created with Stripe and using Supabase wrappers to connect Stripe.

Awesome Lists containing this project

README

          

# ngx-supabase-stripe

[![npm version](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-stripe.svg)](https://badge.fury.io/js/%40dotted-labs%2Fngx-supabase-stripe)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

An Angular library for integrating Supabase and Stripe into your applications, providing ready-to-use components and Supabase Edge Functions that simplify the implementation of payments and subscriptions.

## Projects

| Project | Description |
|---|---|
| [`projects/ngx-supabase-stripe`](./projects/ngx-supabase-stripe) | Angular library with components, stores and services |
| [`projects/supabase`](./projects/supabase) | Supabase project with Edge Functions and configuration |

## Quick Start

See the full setup guide in [`projects/ngx-supabase-stripe/README.md`](./projects/ngx-supabase-stripe/README.md).