Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenoid/chuck-norris-holy-quotes
An Chuck Norris Holy Quotes written in Crystal
https://github.com/codenoid/chuck-norris-holy-quotes
chucknorris crystal
Last synced: 23 days ago
JSON representation
An Chuck Norris Holy Quotes written in Crystal
- Host: GitHub
- URL: https://github.com/codenoid/chuck-norris-holy-quotes
- Owner: codenoid
- License: mit
- Created: 2017-07-19T14:05:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T12:54:03.000Z (over 7 years ago)
- Last Synced: 2024-10-02T06:21:00.935Z (about 1 month ago)
- Topics: chucknorris, crystal
- Language: Crystal
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - chuck-norris-holy-quotes - Chuck Norris holy quotes (Examples and funny stuff)
README
# Chuck Norris Holy Quotes [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/veelenga/awesome-crystal)
![Funny Chuck](https://s23.postimg.org/spvt3vh97/chuck.gif)
chuck-norris-holy-quotes
* Just For Fun ^^
## Installation
make sure you have crystal language installed in your system, [how to install](http://jihantoro.net/read/install-crystal-language-on-ubuntu)
```
git clone https://github.com/codenoid/chuck-norris-holy-quotes.git
cd chuck-norris-holy-quotes
shards install
crystal build src/chucknorriscr.cr
./chucknorriscr
```## Usage
Random Quote
```
$ ./chucknorriscr
$ [😌 ] What do you need honey?, you want random quote or what qoutes do you need ?
$ i want random quote norris # type this, must be with "random quote" to get random quote
$ [😝 ]Paul McCartney eats a vegan diet all the time -- except when he eats in the presence of Chuck Norris.
```Needed Quote
```
$ [😌 ] What do you need honey?, you want random quote or what qoutes do you need ?
$ cats
$ [😝 ] Chuck Norris decided he needed to have a pet. He looked at dogs and cats then ended up getting a pet alligator named Fluffy.
$ [😝 ] cats don't mess with chuck norris, coz they know dat 1 kick from him equals to 5 cat lifes and we all know chuck norris doesn't kick once
$ [😝 ] Creepers are scared of cats because Chuck Norris does not harm cats. Creepers know that this means that Chuck Norris likes cats and vice versa. Therefore, they know that if they harm a cat that Chuck Norris will harm THEM. They also know that Chuck Norris does not like creepers; therefore the creepers know the cats would probably harm them.
$ [😝 ] On his way to St. Ives, Chuck Norris killed a man with seven wives. He then fucked all seven wives and stomped a SHITLOAD of cats and kittens to death.
$ [😝 ] Chuck Norris coughs up more daily hairballs than a dozen house cats strictly due to the volume of his daily muff-diving requests.
$ [😝 ] Chuck Norris once actually made it rain cats and dogs just so he could solve a mouse problem.
$ [😝 ] Chuck Norris loves all of his dogs, cats and horses .... with onions and gravy paired with a yak cheese, condor foie gras schmear on melba toast and a gallon jug of muscatel.
$ [😝 ] Cats have Chuck Norris-like reflexes.
$ [😝 ] Chuck Norris wears two cats impaled with croquet hoops as flip-flops.
$ [😝 ] When Chuck Norris raises his voice, local cats go into a blood frenzy
$ [😝 ] Chuck Norris does not walk dogs, his cats do.
```## Development
- [x] Single and random quote
- [x] Eaching value from needed quote (thanks @bew)
- [ ] Buffer feature
- [ ] GUI Versionpwiz help me,
## Contributing
1. Fork it ( https://github.com/codenoid/chuck-norris-holy-quotes/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [codenoid](https://github.com/codenoid) Rubi Jihantoro - creator, maintainer
- [Quotes API](http://api.chucknorris.io/) Chuck Norris Quotes API
- Crystalist
- [Chuck Norris](https://en.m.wikipedia.org/wiki/Chuck_Norris)
- [Spinner](http://github.com/askn/spinner)