Skip to content
/ 7359 Public
forked from hugomd/parrot.live

👌 humildade responsabilidade simplicidade

Notifications You must be signed in to change notification settings

tonio-m/7359

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7359

Animaçãozinha pelo curl do sinalzin da mildade.

Código copiado de parrot.live

Instruções:

git clone https://github.com/tonio-m/7359
cd 7359
npm install 
node index.js &
curl localhost:3000

# tunelar o server para um ip publico:
# ngrok http 3000

Gerar a ascii art a partir de um gif:

# diante desse fator:
mkdir frames
ffmpeg -i filename.gif -vsync 0 frames/output%03d.png
for i in $(ls); do jp2a $i > ${i}.txt; done

About

👌 humildade responsabilidade simplicidade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • PowerShell 26.9%