Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodkranz/go-parrotlive
🐦 Bringing animated parrots to terminals everywhere using golang stream
https://github.com/rodkranz/go-parrotlive
Last synced: 5 days ago
JSON representation
🐦 Bringing animated parrots to terminals everywhere using golang stream
- Host: GitHub
- URL: https://github.com/rodkranz/go-parrotlive
- Owner: rodkranz
- License: mit
- Created: 2018-04-23T16:56:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T18:39:45.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:42:26.919Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GO-ParrotLive
An initiative, using frames from [`parrot-live`](https://github.com/hugomd/parrot.live), to allow any computer with `curl` to display an _animated_ party parrot.
# Dependency
```bash
go get -u github.com/golang/dep
```# Run!
```bash
go run main.go
```# Try it!
```bash
curl localhost:8080
```# :partyparrot:
![alt text](https://raw.githubusercontent.com/rodkranz/GO-ParrotLive/master/parrot.gif)# More Parrots
* [cultofthepartyparrot.com](http://cultofthepartyparrot.com/)
* [`terminal-parrot`](https://github.com/jmhobbs/terminal-parrot)
* [`parrotsay`](https://github.com/matheuss/parrotsay)
* [`parrot.live`](https://github.com/hugomd/parrot.live)