Skip to content

jpovixwm/helloworld

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Helloworld

This is helloworld powered by M3O.

Usage

Run it using the M3O Apps service.

Cloud

Use M3O Cloud at cloud.m3o.com

CLI

m3o app run --name=helloworld --repo=github.com/m3o/helloworld

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

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

API

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

About

πŸ‘‹ 🌎 powered by M3O

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%