https://github.com/3zcurdia/cpsc
A simple Elixir wrapper for the Consumer Product Safety Commission api.
https://github.com/3zcurdia/cpsc
api cpsc wrapper
Last synced: 8 months ago
JSON representation
A simple Elixir wrapper for the Consumer Product Safety Commission api.
- Host: GitHub
- URL: https://github.com/3zcurdia/cpsc
- Owner: 3zcurdia
- License: mit
- Created: 2023-03-24T20:10:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T20:48:24.000Z (about 3 years ago)
- Last Synced: 2025-07-28T12:49:39.750Z (11 months ago)
- Topics: api, cpsc, wrapper
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cpsc
A simple Elixir wrapper for the [Consumer Product Safety Commission](https://cpsc.gov/) api.
## Installation
The package can be installed by adding `cpsc` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cpsc, "~> 0.1.0"}
]
end
```
## Usage
```elixir
Cpsc.yearly_recalls(2019)
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .