quotation-explorer

command module
v0.0.0-...-1a1037a Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2017 License: MIT Imports: 19 Imported by: 0

README

Quotation Explorer 🌎 💬

I wanted to write an web app using only the Golang standard library for routing. I also wanted a simple web API for getting a random quote as JSON.

This app fulfills both my goals: it is a web app that uses the stdlib for routing, that allows you to click on a single word to quickly and easily explore quotations as well as a way to get quotation JSONs with GET requests.

Installation

git clone https://github.com/schollz/quotation-explorer.git
cd quotation-explorer
go get github.com/boltdb/bolt/...
go get gopkg.in/cheggaaa/pb.v1
go build
./quotation-explorer       (this will load the quotations.json into db)
./quotation-explorer       (this will now run the app!)

Usage

Open a web browser and explore quotations! Explore over 120,000 quotes, with the click of a mouse.

More information

The quotations are stored in the BoltDB quotations.db. The quotations themselves are stored in a bucket data and indexed in a bucket index.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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