Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobleiler authored Oct 30, 2023
1 parent dc3acb6 commit 48acb3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
[![buymeacoffee](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-orange.svg)](https://www.buymeacoffee.com/nicobleiler)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nicobleiler/birb.dance/blob/master/LICENSE.md)

An initiative, using code from [`parrot.live`](https://github.com/hugomd/parrot.live), to allow any computer with `curl` to display _animated_ birbs.
An initiative, inspired by [`parrot.live`](https://github.com/hugomd/parrot.live), to allow any computer with `curl` to display _animated_ birbs.
Additionally you view a simulated terminal in the `browser` [`birb.dance`](https://birb.dance) to enjoy all the birbs you could ever want.

# Try it!
```bash
curl birb.dance
# Use extra options to change fps, birb or flip the birb
curl birb.dance/parrot?fps=5
# To use multiple options at the same time you have to escape the `&` or put the whole url in quotes
curl birb.dance/parrot?fps=5\&flipped=true
curl "birb.dance/parrot?fps=5&flipped=true"
curl birb.dance/parrot?fps=5\&flipped
curl "birb.dance/parrot?fps=5&flipped"
```

# :partybirb:
Expand All @@ -24,7 +25,7 @@ curl "birb.dance/parrot?fps=5&flipped=true"
</div>

# Thanks
* [hugomd](https://github.com/hugomd) for [`parrot.live`](https://github.com/hugomd/parrot.live), and for the code
* [hugomd](https://github.com/hugomd) for [`parrot.live`](https://github.com/hugomd/parrot.live), and for idea

# More Birbs
* [cultofthepartyparrot.com](http://cultofthepartyparrot.com/)
Expand Down

0 comments on commit 48acb3a

Please sign in to comment.