bible-api

command module
v0.0.0-...-e3a5e9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2014 License: MIT Imports: 1 Imported by: 0

README

Bible API

A basic go-martini server

##Up and Running

###Golang server

####Install

Install martini

go get github.com/go-martini/martini

####Live-reload

If you want live-reload (duh), install either gin or fresh:

go get github.com/codegangsta/gin
go get github.com/pilu/fresh

If you have a proper golang install, and $GOPATH/bin is in your $PATH, running gin or fresh will get you going, complete with server restarts on file-change.

####Manual

Otherwise, from the projects root:

go get
go run server.go

Ping localhost:3000 for the server

###Ember front-end helper app

####Install

Install npm + bower dependencies

npm install
bower install

Run the live-reload dev app via gulp:

gulp

Visit localhost:4000

##Vision

An API for any dev that wants simple Bible access, with an Ember app on top to help test out and save a daily read and some favorites.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL