qmeme

0.1.0 • Public • Published

QMEME

buildstatus

A library creates a quickmeme from one a few expressions:

  • Y U NO text
  • I don't always [something] but when i do text
  • text ORLY?
  • text (SUCCESS|NAILED IT)
  • text ALL the [things]
  • text TOO DAMN [high]
  • Good news everyone! [news]
  • Not sure if text or text
  • Generates Futurama Fry
  • Yo dawg text so text

Install

npm install qmeme

Usage

var qmeme = require('qmeme');
 
qmeme('GOOD NEWS EVERYONE, QMEME IS HERE!', {username: 'foo', password: 'bar'}, function(err, url) {
  console.log(url);
});
qmeme = require("qmeme")
 
qmeme "GOOD NEWS EVERYONE, QMEME IS HERE!",
  username: "foo"
  password: "bar"
  (err, url) ->
    console.log url

License

see LICENSE

Contribution

everyone is welcome to contribute. patches, bugfixes, new features

  1. create an issue on github so the community can comment on your idea
  2. fork qmeme in github
  3. create a new branch git checkout -b my_branch
  4. create tests for the changes you made
  5. make sure you pass both existing and newly inserted tests
  6. commit your changes
  7. push to your branch git push origin my_branch
  8. create an pull request

Readme

Keywords

none

Package Sidebar

Install

npm i qmeme

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • jackhq