cast-render

command module
v0.0.0-...-b47dc98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2019 License: MIT Imports: 16 Imported by: 0

README

IPFS2Png render

Build Status Go Report Card

Render posts from IPFS into html, linkable to social media sites.

Environment (with defaults)

NAME=render
ADDRESS=

DPI=
FONTFILE=fonts/NotoSans-Regular.ttf

POST_TEMPLATE=templates/post.mustache

IPFS_ADDRESS=
ROOT_URL=

Routes

get /ready => for kubernetes readiness probe

get /post/<hash> => formatted html of post (determined by POST_TEMPLATE)

get /post/<hash>/image => rendered post image

Dependencies

Expects IPFS blocks in the following format:

{
  content:     "Hello World!",
  description: "Template message.",
  fontSize:    36,
  spacing:     1.5,
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL