go-pitchfork is Go library for fetching Pitchfork RSS Feed.
for details see the following.
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.
c := pitchfork.NewClient()
articles, err := c.News.Fetch()
- integration test
- write doc.go
- post travis-ci to slack
This library is distributed under the MIT-style license found in the LICENSE file.