Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raquentin/gripe

💷 Stripe API bindings for Gleam.
https://github.com/raquentin/gripe

gleam stripe

Last synced: about 2 months ago
JSON representation

💷 Stripe API bindings for Gleam.

Awesome Lists containing this project

README

        

# gripe

[![Package Version](https://img.shields.io/hexpm/v/stripe)](https://hex.pm/packages/stripe)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/stripe/)

```sh
gleam add gripe
```
```gleam
import gripe

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```