Low commit activity in last 3 years
No release in over a year
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
2025
2026
 Dependencies
 Project Readme

meetup-generator

Test Build and Release to Docker Hub Build and Release to Rubygems 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"
}

Running

$ docker run -p 8080:8080 snltd/meetup-generator:latest

Building

Build a gem with

$ rake build

Build a container with

$ docker build -t latest .

Running

Install and run from Rubygems

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

Run from a git checkout

$ bin/meetup-generator.rb

Install as a Solaris/Illumos service

$ pfexec svccfg import package/meetup-generator.xml

Contributing

Fork it, raise a PR.