/animal-advisor

A desktop application for generating advice animals

Primary LanguageJavaScript

Animal Advisor

A desktop application for generating advice animals with the Memecaptain API. In early development, use at your own peril.

Get Started

  1. Clone the repo
git clone git@github.com:whilestevego/animal-advisor.git
  1. Install dependencies
cd animal-advisor && npm install
  1. Run it with
npm start

Package it

Only supports Mac OSX at the moment.

From the project root, run:

npm run package

Usage

Type a famous meme expression in search box and press enter. Any of following should work. Just replace de text inside {} with whatever you want. The application is in PRE-ALPHA. There is barely any error handling at the moment. Writing anything other than the following sentences can cause doge to spin forever. The bug is in the issues.

  • y u no {text}
  • aliens guy {text}
  • brace yourself {text}
  • {text} all the {things}
  • I don't always {something} but when I do {text}
  • {text} too damn {something}
  • not sure if {something} or {something else}
  • yo dawg {text} so {text}
  • all your {text} are belong to {text}
  • one does not simply {text}
  • if you {text} gonna have a bad time
  • if {text}, {word that can start a question} {text}?
  • {word that can start a question} the {expletive} {text}
  • success when {text} then {text}
  • cry when {text} then {text}
  • bad luck when {text} then {text}
  • scumbag {text} then {text}
  • what if I told you {text}
  • I hate {text}
  • why can't {personal pronoun} {text}
  • {text} so I got that going for me
  • {things}, how do they work?
  • {text}{3 x a|e|i|o|u|y}{text}
  • do you want {text} because that'?s how {text}
  • i should {text}

Here's a ugly gif of it in action!

License

The MIT License (MIT) Copyright (c) 2016 Steve Godin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.