Skip to content

Instantly share code, notes, and snippets.

View prondubuisi's full-sized avatar
💭
Working Remotely

Onyemenam Ndubuisi prondubuisi

💭
Working Remotely
  • Owerri, Imo. Nigeria.
View GitHub Profile
@prondubuisi
prondubuisi / product.blade.php
Created January 23, 2019 05:11
Front end for product search App
<!DOCTYPE html>
<html>
<head>
<title>Product</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
<body>
@prondubuisi
prondubuisi / gist:c246d0f5fee44a1c793dad4064122464
Last active April 5, 2018 16:20
Creating a messenger bot to display Links to English Premiership match highlights

For this week's challenge, we want to include a feature to enable bot users view Match Highlights from the English Premier League.

  • High Level Algorithm

1) Fetch data for Premiership match Highlights from Reddit

2) Sanitize data to get specific Links,Match title for match highlights from the data fetched

3) Pass data to messenger bot and display data using Messenger Carousels with webview buttons