Skip to content

naoto0822/go-pitchfork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.