19 lines
405 B
Markdown
19 lines
405 B
Markdown
# snappy
|
|
|
|
<p align="center">
|
|
|
|
<img src="https://stacker.news/favicon.png" width="64" height="64" />
|
|
<img src="https://go.dev/blog/go-brand/Go-Logo/PNG/Go-Logo_Blue.png" width="64" height="64" />
|
|
|
|
A Go client for the [Stacker News](https://stacker.news) GraphQL API
|
|
|
|
</p>
|
|
|
|
## How to use
|
|
|
|
```
|
|
$ go get github.com/ekzyis/snappy
|
|
```
|
|
|
|
`SN_API_KEY` must be set in your environment for authenticated API access.
|