kelvintaywl / ramenipsum

A brothier Lorem Ipsum generator :ramen:

Home Page:https://ramenipsum.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ramen Ipsum

Go Report Card

A brothier Lorem Ipsum generator 🍜

Motivation

A random thought at work while using the Bacon Ipsum generator led to this.

A fun project to perhaps commemorate my 3 years in Tokyo, Japan so far.

Supported Languages

  • English πŸ‡¬πŸ‡§ (en_UK) (default)
  • Japanese πŸ‡―πŸ‡΅ (ja)

Try

Note: this project uses GoVendor for dependency management.

# install govendor
$ go get -u github.com/kardianos/govendor

$ go get github.com/kelvintaywl/ramenipsum
# install dependencies with govendor
$ govendor add +external

$ PORT=9000 go run main.go
  1. point your browser to http://localhost:9000
  2. or grab the random text directly at http://localhost:9000/paragraphs/4 (generates 4 paragraphs of tasty words)
  3. grab Japanese text at http://localhost:9000/paragraphs/4?lc=ja
  4. grab a bowl of 🍜 and enjoy

About

A brothier Lorem Ipsum generator :ramen:

https://ramenipsum.herokuapp.com

License:MIT License


Languages

Language:Go 56.8%Language:CSS 43.2%