/go-pitchfork

Fetching Pitchfork RSS Feed by Go :musical_note:

Primary LanguageGoMIT LicenseMIT

go-pitchfork

Build Status GoDoc Go Report Card License

go-pitchfork is Go library for fetching Pitchfork RSS Feed.
for details see the following.

Usage

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()

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 file.