timglabisch / whhato

A 'what happend today n years ago' service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

whhato

A "WHat HAppened TOday" service

Welcome to this project. It's a very simple webservice for a slack app, that has a slash command which tell you what happened today some years ago.

You can visit the project at https://whhato.vogelschwarz.de.

How to setup

git clone git@github.com:kolibri/whhato.git
cd whhato
make install
make test

Use symfony webserver:

cd project
./bin/console server:start

deploy

# from main directory
make tarball
make STAGE=prod provision
make STAGE=prod deploy

Contributing new Messages

Edit the file ./project/data/prod/data.yaml and create a pull request on github.

About

A 'what happend today n years ago' service


Languages

Language:PHP 85.8%Language:HTML 7.8%Language:Makefile 4.6%Language:Dockerfile 1.7%