https://github.com/thzinc/gunviolencearchive-client
Unofficial command line interface to the Gun Violence Archive
https://github.com/thzinc/gunviolencearchive-client
Last synced: 2 months ago
JSON representation
Unofficial command line interface to the Gun Violence Archive
- Host: GitHub
- URL: https://github.com/thzinc/gunviolencearchive-client
- Owner: thzinc
- License: mit
- Created: 2020-05-25T21:53:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T00:24:55.000Z (about 5 years ago)
- Last Synced: 2025-03-23T16:07:38.469Z (2 months ago)
- Language: Go
- Homepage:
- Size: 5.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# gunviolencearchive-client
This is a tool to query the [Gun Violence Archive](https://www.gunviolencearchive.org). This program is unaffiliated with the Gun Violence Archive.
## Quickstart
Run the command line interface to get CSV results:
```bash
gva query incidents --from 2020-01-01 --to 2020-01-07
```[Full documentation for `gva`](docs/gva/gva.md)
## Building

To build this software:
```bash
make build
```To update the docs for `gva`:
```bash
make generate
```## Code of Conduct
We are committed to fostering an open and welcoming environment. Please read our [code of conduct](CODE_OF_CONDUCT.md) before participating in or contributing to this project.
## Contributing
We welcome contributions and collaboration on this project. Please read our [contributor's guide](CONTRIBUTING.md) to understand how best to work with us.
## License and Authors
[ Daniel James](https://github.com/thzinc)
[](https://github.com/thzinc/gunviolencearchive-client/blob/master/LICENSE)
[](https://github.com/thzinc/gunviolencearchive-client/graphs/contributors)This software is made available by Daniel James under the MIT license.