https://github.com/raquentin/gripe
💷 Target-agnostic Stripe API bindings for Gleam.
https://github.com/raquentin/gripe
gleam stripe
Last synced: 4 months ago
JSON representation
💷 Target-agnostic Stripe API bindings for Gleam.
- Host: GitHub
- URL: https://github.com/raquentin/gripe
- Owner: raquentin
- Created: 2024-05-03T17:21:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T03:36:23.000Z (7 months ago)
- Last Synced: 2025-02-16T03:25:31.923Z (4 months ago)
- Topics: gleam, stripe
- Language: Gleam
- Homepage: https://hex.pm/packages/gripe
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💷 gripe
[](https://hex.pm/packages/stripe)
[](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
```