Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raquentin/gripe
- Owner: raquentin
- Created: 2024-05-03T17:21:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T02:59:10.000Z (7 months ago)
- Last Synced: 2024-06-04T03:08:35.404Z (7 months ago)
- Topics: gleam, stripe
- Language: Gleam
- Homepage: https://hex.pm/packages/gstripe
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 gripepub 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
```