Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexgustafsson/curlix

A Matrix-like animation in the terminal for use with curl
https://github.com/alexgustafsson/curlix

animation curl terminal terminal-based webservice

Last synced: about 1 month ago
JSON representation

A Matrix-like animation in the terminal for use with curl

Awesome Lists containing this project

README

        

Curlix
======
A service to provide a Matrix-like animation in your terminal using nothing but curl.


Demo

# Quickstart

```
curl https://curlix-cavymqwdcc.now.sh
```

# Table of contents

[Quickstart](#quickstart)

[Technology](#technology)

[Disclaimer](#disclaimer)

# Technology

The service is hosted on Zeit's excellent service [Now](curlix-cavymqwdcc.now.sh). The animation is generated each time the service is started and consists of 24 frames. The set of frames is looped and streamed to any client using a user agent containing 'curl'. The colors are created using escape codes for 8-bit colors (see [this answer](https://stackoverflow.com/a/33206814/2202033) for a thorough explanation).

# Disclaimer

_Although the project is very capable, it is not built with production in mind. Therefore there might be complications when trying to use the service for large-scale projects meant for the public. The project was developed to easily achieve a Matrix-like animation in your terminal using only common utilities and as such it might not promote best practices nor be performant._