Skip to content

Instantly share code, notes, and snippets.

View neal0892's full-sized avatar
🎯
Focusing

Neeraj Pandey neal0892

🎯
Focusing
View GitHub Profile
@neal0892
neal0892 / curl.md
Created April 23, 2019 13:43 — forked from btoone/curl.md
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API.

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin
@neal0892
neal0892 / index.html
Created January 22, 2017 11:08 — forked from anonymous/index.html
Random Quote Generator
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Marck+Script" />
<div class="container-fluid">
<canvas id="canvas"></canvas>
<body>
<div id="cent">
<div class="well text-center" id="mains">
<div class="row">
<div style="color:Green;font-family :Marck Script;font-size:30px" class="col-xs-12 text-center" id="ade"></div></div>
<div class="yes col-xs-6"><button class="text-center btn btn-success animated shake" id="gen" onClick=tweets();>Motivate Me</button></div>