Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Webapp to consume the APIs of flickr and github to create and auto-update a web page with an activity feed. Images are pre-scaled and cached on the server to provide fast responses. The included example frontend uses a tile based layout.

nmandery/honeybee

Repository files navigation

How to build

Using "go get"

go get github.com/nmandery/honeybee/cmd/honeybee

Once installed, the compiled executable is located in $GOPATH/bin/honeybee. To use the program, either copy it to the desired location, or ensure $GOPATH/bin is in your $PATH and run the executable using:

honeybee

Without using "go get"

cd $GOPATH/src
mkdir -p github.com/nmandery
cd github.com/nmandery
git clone https://github.com/nmandery/honeybee
cd honeybee/cmd/honeybee
go build
# now there is a built executable in the current directory

About

Webapp to consume the APIs of flickr and github to create and auto-update a web page with an activity feed. Images are pre-scaled and cached on the server to provide fast responses. The included example frontend uses a tile based layout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published