snoobert/README.md
Vartan Benohanian 3c7aee142d Get subreddit by name
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-04-23 22:57:47 -04:00

18 lines
314 B
Markdown

# Geddit
Geddit is a Go client library for accessing the Reddit API.
## Install
To get a specific version from the list of [versions](https://github.com/vartanbeno/geddit/releases):
```sh
go get github.com/vartanbeno/geddit@vX.Y.Z
```
Or for the latest version:
```sh
go get github.com/vartanbeno/geddit
```