Skip to content

nickpresta/go-wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowall

A simple Go implementation of the Coderwall API (http://coderwall.com/api).

Current build status:

Getting the Code

go get github.com/NickPresta/go-wall/gowall

Usage

Import this library in your code to use it:

import (
    "github.com/NickPresta/go-wall/gowall"
)

Fetch your user details:

user, err := gowall.FetchUser("NickPresta")
/* Do something with user */

See main.go for an example.

Documentation

View the documentation on GoPkgDoc.

Tests

A very simple test is available via go test.

Changelog

See CHANGELOG.md for details.

License

This is released under the MIT license. See LICENSE.md for details.

About

A Go implementation of the Coderwall API (http://coderwall.com/api)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages