Skip to content

takecy/go-hatena

Repository files navigation

go-hatena

Build Status GoDoc

Overview

Hatena API client by golang.


Quick Start

$ go get github.com/takecy/go-hatena/hatena
cli := hatena.NewHatena(nil)
count, err := cli.Bookmarks.Count("https://www.google.co.jp/")

and see examples


Features

  • Count API
  • count bookmarks of URL
  • REST APIs
  • Entries
  • Bookmarks
  • Tags
  • Users

Development

go version 1.5.1+

$ git clone git@github.com:takecy/go-hatena.git
$ go get github.com/tools/godep
$ godep restore
$ make test

License

MIT

About

❔ Hatena API client by golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published