Skip to content

Zein-Fakhreddine/JokeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
current version: 1.0.2 #Download: Npm URL:https://www.npmjs.com/package/jokesearch Console Command: npm install 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.

About

My Node.js Module that fetches a joke from the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published