No release in over 3 years
Generates a website advertising a fictional DevOps meetup, using all the latest buzzwords, new-shiny, and clichés
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.0.0
~> 2.1
~> 4.1
 Project Readme

meetup-generator

Test Release Gem Version

Built on an immutable polyglot femtoservice architecture, meetup-generator melds Deep ML with the power of the Blockchain to deliver planetscale insights into the direction of the most disruptive tech. On Kubernetes.

Or is it just hundred lines of Ruby putting random words into a template?

API

$ curl -s localhost:4567/api/talk | json
{
  "talk": "Dockerizing Dockerized Docker with Docker for Docker Users",
  "talker": "David Thomas",
  "role": "Open Source Dragonslayer",
  "company": "prognosticatr.io"
}

Building

Build a gem with

$ rake build

Build a container with

$ docker build -t meetup-generator .

Running

Install and run from Rubygems

$ gem install meetup-generator
$ rackup $(locate_meetup-generator)

Run from a git checkout

$ bin/meetup-generator.rb

Run the container from earlier:

$ docker run -p 4567:4567 meetup-generator

Install as a Solaris/Illumos service

$ pfexec svccfg import package/meetup-generator.xml

Contributing

Fork it, raise a PR.