Giter Site home page Giter Site logo

kamit-transient / geek-joke-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sameerkumar18/geek-joke-api

0.0 1.0 0.0 89 KB

Random Geek Jokes REST API

Home Page: https://geek-jokes.sameerkumar.website

License: MIT License

Python 100.00%

geek-joke-api's Introduction

Geek-Jokes

A Flask RESTful API to get random geek jokes

forthebadge forthebadge

What is the Geek-Jokes-api?

The Geek Jokes RESTful API lets you fetch a random geeky/programming related joke for use in all sorts of applications.

Why the Geek-Jokes-api?

The Geek Jokes api is for any developer needing some random (geeky) jokes in their life or application.

URL

GET: https://geek-jokes.sameerkumar.website/api

Usage

Just do a GET request on the API URL.

GET: https://geek-jokes.sameerkumar.website/api

Examples

cURL

curl -X GET \
'https://geek-jokes.sameerkumar.website/api'

Python

import requests

requests.get('https://geek-jokes.sameerkumar.website/api')

Node.js (es6)

var request = require('request');

let options = {
    url: 'https://geek-jokes.sameerkumar.website/api',
    method: 'GET'
}

request(options, (err, response, body) => {
    if(!err && response.statusCode == 200)
        console.log(body)
});

Any browser

visit the url: https://geek-jokes.sameerkumar.website/api to get a joke. Press refresh button for more jokes.

License

MIT

Contact

Contact me here: [email protected]

geek-joke-api's People

Contributors

ccredo avatar cravend avatar d-grossman avatar dlachausse avatar esouthren avatar hempelge avatar hennimohammed avatar karldreher avatar kohchihao avatar michgedd avatar mogery avatar prydt avatar rareinator avatar sameerkumar18 avatar sirjan13 avatar vaibhav avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.