Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptix/gohn

golang package for the new hacker news api at firebaseio.com
https://github.com/cryptix/gohn

Last synced: 1 day ago
JSON representation

golang package for the new hacker news api at firebaseio.com

Awesome Lists containing this project

README

        

gohn
====
[![GoDoc](https://godoc.org/github.com/cryptix/gohn?status.svg)](https://godoc.org/github.com/cryptix/gohn)
[![Build Status](https://travis-ci.org/cryptix/gohn.svg?branch=master)](https://travis-ci.org/cryptix/gohn)

Golang package for the [new hacker news api](http://blog.ycombinator.com/hacker-news-api) at firebaseio.com.

It uses [bndr/gopencils](https://github.com/bndr/gopencils) for the http communication and json unmarshalling.

## TODO
See [issue #1](https://github.com/cryptix/gohn/issues/1).