Skip to content

hyperdriven/hyperdrive

Repository files navigation

hyperdrive Build Status GoDoc Go Report Card Coverage Status MIT License

An opinionated micro-framework for creating Hypermedia APIs in Go.


Install

go get github.com/hyperdriven/hyperdrive

OR

glide get github.com/hyperdriven/hyperdrive

Import

import "github.com/hyperdriven/hyperdrive"

Usage

Refer to our Quick Start Guide for how to use this package.

Config

Configuration of core features are done via Environment Variables, in accordence with 12 factor principles, and is detailed here

Contributing

Refer to our Contributor's Guide to learn more about how you can partipicate.

More Info