Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gleam-lang/hexpm
🪄 Decoders for the Hex API
https://github.com/gleam-lang/hexpm
Last synced: 3 months ago
JSON representation
🪄 Decoders for the Hex API
- Host: GitHub
- URL: https://github.com/gleam-lang/hexpm
- Owner: gleam-lang
- Created: 2023-05-01T16:28:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T12:33:33.000Z (5 months ago)
- Last Synced: 2024-07-19T16:12:36.078Z (4 months ago)
- Language: Gleam
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-gleam - gleam_hexpm - [📚](https://hexdocs.pm/gleam_hexpm/) - Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem. (Packages / API Clients)
README
# gleam_hexpm
[![Package Version](https://img.shields.io/hexpm/v/gleam_hexpm)](https://hex.pm/packages/gleam_hexpm)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleam_hexpm/)Gleam dynamic decoders for the API of [Hex](https://hex.pm/), the package
manager for the BEAM ecosystem.## Installation
This package can be added to your Gleam project:
```sh
gleam add gleam_hexpm
```and its documentation can be found at .