Skip to content

iterate/logo-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterate Logo in PNG

This serves the iterate logo live from the logo-api in png-form. It's basically a hack until logo-api gets png support.

It also has a websocket which sends the png bytes every time the logo changes. It works by polling logo-api.

Setup db for local development

createuser -S -R -d logo-png
psql -c "ALTER USER \"logo-png\" ENCRYPTED PASSWORD 'logo-png'"
createdb -O logo-png logo-png

About

Create pngs of the iterterate logo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published