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

https://github.com/rafalwilinski/paddle-contracted-mrr

Small program written in Rust to calculate contracted MRR from Paddle.com subscriptions
https://github.com/rafalwilinski/paddle-contracted-mrr

api paddle rust

Last synced: 22 days ago
JSON representation

Small program written in Rust to calculate contracted MRR from Paddle.com subscriptions

Awesome Lists containing this project

README

        

Calculate your expected MRR from existing Paddle.com subscriptions.

### Usage

Get contracted recurring revenue in June 2022:

```sh
VENDOR_ID=xxxx VENDOR_AUTH_CODE=yyyy DATE=2022-06 cargo run
```

Get contracted recurring revenue in the next 12 months - skip `DATE` environment variable:

```sh
VENDOR_ID=xxxx VENDOR_AUTH_CODE=yyyy cargo run
```