https://github.com/naoto0822/go-pitchfork
Fetching Pitchfork RSS Feed by Go :musical_note:
https://github.com/naoto0822/go-pitchfork
go golang pitchfork rss
Last synced: 6 months ago
JSON representation
Fetching Pitchfork RSS Feed by Go :musical_note:
- Host: GitHub
- URL: https://github.com/naoto0822/go-pitchfork
- Owner: naoto0822
- License: mit
- Created: 2018-04-09T09:04:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T05:42:02.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T05:12:16.536Z (about 2 years ago)
- Topics: go, golang, pitchfork, rss
- Language: Go
- Homepage: https://godoc.org/github.com/naoto0822/go-pitchfork/pitchfork
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-pitchfork
[](https://travis-ci.org/naoto0822/go-pitchfork)
[](https://godoc.org/github.com/naoto0822/go-pitchfork/pitchfork)
[](https://goreportcard.com/report/github.com/naoto0822/go-pitchfork)
[](https://github.com/naoto0822/go-pitchfork/blob/master/LICENSE)
go-pitchfork is Go library for fetching Pitchfork RSS Feed.
for details see the following.
- [Pitchfork RSS](https://pitchfork.com/rss/)
## Usage
```go
import "github.com/naoto0822/go-pitchfork/pitchfork"
```
Construct a new pitchfork client, then use the services on the client to access RSS feed.
For example: fetch news feed.
```go
c := pitchfork.NewClient()
articles, err := c.News.Fetch()
```
## Features
- [ ] integration test
- [ ] write doc.go
- [ ] post travis-ci to slack
## License
This library is distributed under the MIT-style license found in the [LICENSE](./LICENSE)
file.