radiovisual / werdino-daily

Get the Werdino daily menu in English and German

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

werdino-daily Build Status Coverage Status

🍕 🍔 The Werdino daily menu in English and German

Install

$ npm install werdino-daily

Usage

const werdino = require('werdino-daily');

werdino().then(data => {
    const { de, en } = data;
}

CLI Usage

Install globally with $ npm install -g werdino-daily to get the cli version

$ werdino-daily

$ werdino-daily md

Output Markdown to paste the output into Slack or elsewhere.

image

About

Get the Werdino daily menu in English and German

License:MIT License


Languages

Language:JavaScript 100.0%