Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/gohn
golang package for the new hacker news api at firebaseio.com
https://github.com/cryptix/gohn
Last synced: 29 days ago
JSON representation
golang package for the new hacker news api at firebaseio.com
- Host: GitHub
- URL: https://github.com/cryptix/gohn
- Owner: cryptix
- License: mit
- Created: 2014-10-08T12:11:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T21:55:18.000Z (almost 10 years ago)
- Last Synced: 2024-11-29T00:32:04.003Z (about 1 month ago)
- Language: Go
- Size: 195 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).