Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 493 Bytes

Helloworld

This is a simple helloworld app powered by m3o.com.

Usage

Run it using the App api.

curl "https://api.m3o.com/v1/app/Run" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $M3O_API_TOKEN" \
    -d '{
        "name": "helloworld",
        "repo": "github.com/asim/helloworld"
    }'

Get an app url back. In this case helloworld.m3o.app.

curl https://helloworld.m3o.app?name=Alice