Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 761 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 761 Bytes

Build Status

KRAUTIPSUM

Generator for traditional german filler text.

Running Locally

    npm install
    npm start

Your app should now be running on localhost:5000.

API

Make use of the following API.

    // get random paragraph
    GET /api/kraut

    // get random sentence
    GET /api/sentence

    // get random greeting
    GET /api/greeting

    // get random noun
    GET /api/noun

    // get random verb
    GET /api/verb

    // get random adjective
    GET /api/adjective

License

MIT (http://opensource.org/licenses/mit-license.php)