Skip to content
/ grad Public

grad provides feature for feed detection from html document.

License

Notifications You must be signed in to change notification settings

yukihir0/grad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grad Build Status Coverage Status

grad provides feature for feed detection from html document.

Install

go get github.com/yukihir0/grad

Dependencies

How to use

resp, err := http.Get("...")
if err != nil {
  return
}
defer resp.Body.Close()

feeds := grad.DetectFeed(resp.Body)
for _, feed := range feeds {
  fmt.Println(feed)
}

License

Copyright © 2015 yukihir0

About

grad provides feature for feed detection from html document.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages