Skip to content

Floby/node-meme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspiration

This idea of this project came up after I read this github blog post. The CLI Ruby Script for generating memes caught my attention but being an Ubuntu user, I couldn't get ruby to work properly or even gem to compile native extensions. After wasting 1h30 of my time, installing emacs without my knowledge, and ripping out my grub when apt-get removing ruby, I decided to rewrite it so that I can one day make it work. My favourite toy at the moment is node.js.

So my bet is to rewrite this in less than 150 lines and to be able to actually run it easily ; node.js as very few dependencies and npm is just the best (easy when compared to gem)

Description

Big Thanks to drbrain and contributors to meme from whom I took everything that works.

Generate meme images using http://memegenerator.net! Save yourself some time!

Features/Problems

  • Features many popular memes
  • no tests

Example

Generate a Y U NO meme: $ meme Y_U_NO 'write tests?'

See a list of available generators: $ meme --list

Get the url to the online interface for a given meme $ meme view P_HERE_THERE

Requirements

  • node
  • npm is a big plus. It will make your life bearable

Install

Winners' way

$ npm install meme

*/!\ DEPRECATED I am no longer the owner of the meme package on npm. This won't be what you're looking for /!*

Losers' way

$ git clone https://github.com/floby/node-meme
$ cd node-meme

License

The MIT License

Copyright (c) <2011>

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.

About

Generate memes from http://memegenerator.net - largely inspired by drbrain/meme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published