jokesearch

1.0.5 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i jokesearch

Weekly Downloads

2

Version

1.0.5

License

ISC

Last publish

Collaborators

  • zein.fakhreddine