Hosting a copy of Marp slide deck on the web

https://github.com/mccright/marp-cli-example
Deployed at:
https://mccright.github.io/marp-cli-example

Check out the Marp App at:

https://marp.app/

Marp CLI || Marp for VS Code + GitHub Pages
👉 The easiest way to host
your Marp deck on the web.
Experiment. Is it right for you?

GitHub Pages

Ready to write & host your deck!

Use this as template

Sample source code experiment:

#!/usr/bin/env python3
import os
import sys
import json
import requests
try:
    ipaddress = input("ip address: ")
    url = "https://ipinfo.io/{}".format(ipaddress)
    response = requests.get(url)
    jsonstr = json.loads(response.text)
    print("Hostname\t: {}".format(jsonstr['hostname']))
    print("City\t\t: {}".format(jsonstr['city']))
    print("Country\t\t: {}".format(jsonstr['country']))
    print("Location\t: {}".format(jsonstr['loc']))
except Exception as e:
    print("Failed this run. Error: {} -- {}".format(e, (sys.exc_info())))

https://mccright.github.io/marp-cli-example/

marp-cli created by Yuki Hattori

Forked here (mccright)

# ![bg opacity](./assets/gradient.jpg)

<!--fit

<style scoped>a { color: #26c; }</style>

This is presenter note. You can write down notes through HTML comment.

![Marp bg 60%](https://raw.githubusercontent.com/marp-team/marp/master/marp.png)

![bg right 60%](https://icongr.am/simple/netlify.svg?colored) ## **[Netlify](https://www.netlify.com/)** #### Ready to write & host your deck! [![Deploy to Netlify h:1.5em](./assets/netlify-deploy-button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/yhatt/marp-cli-example) --- ![bg right 60%](https://icongr.am/simple/zeit.svg) ## **[Vercel](https://vercel.com/)** #### Ready to write & host your deck! [![Deploy to Vercel h:1.5em](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/yhatt/marp-cli-example) ---

fit

fit