1.0.5 • Published 8 years ago

jokesearch v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

JokeSearch

#Description: My Node.js Module that fetches a joke from the web. This module gets all its jokes randomly by gathering data from: http://tambal.azurewebsites.net/joke/random #Download: Npm URL:https://www.npmjs.com/package/jokesearch Console Command: npm install jokesearch

#Git Hub https://github.com/Zein-Fakhreddine/JokeSearch #Ussage: Example:

var joke = require('jokesearch');
joke.getJoke(function(joke){
   console.log(joke);
   //Example output: I wondered why the baseball was getting bigger. Then it hit me.
});

This module was mainly made and is featured in my facebook bot which can be found at https://github.com/Zein-Fakhreddine/FaceBook-Bot.

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago