Skip to content

Instantly share code, notes, and snippets.

View priyankamk's full-sized avatar
🎯
Focusing

Priya priyankamk

🎯
Focusing
  • Arkade
  • Melbourne
View GitHub Profile
@priyankamk
priyankamk / giphy.rb
Last active March 31, 2019 01:18
sample giphy client
require 'httparty'
module Api
class Giphy
def self.fetch(query:)
response = HTTParty.get(
"http://giphyapi.com?q=#{query}&api_key=#{ENV['GIPHY_API_KEY']}&limit=15&offset=2"
)
return response['data'].map do |gif|
{

Priya

I'm Priya from India(Chennai), A Budding Developer who thrives to learn new technology in a fast-paced environment.

I'm a experienced Recruiter who have managed all the aspects of Hr functions from administration,training and recruitment. As a recuriter, matching good candidates to potential employers have a specific set of requirement and it is hard to get a right employer in a limited time. So, I used various protals like seek to filter candidates but it limited my workflow and did not fix my manual work aka, keeping track of candidates already contacted etc. This led me to explore building simple application that would automate this for me. So, i started playing around with basic programming modules like HTML,CSS and working through JavaScript. This act of bringing things to life in browser got my creative and passionate artist.

Make Error to Progress

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hey There!</h1>
<p>This is our interactive code editor</p>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hey There!</h1>
<p>This is our interactive code editor</p>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hey There!</h1>
<p>This is our interactive code editor</p>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hey There!</h1>
<p>This is our interactive code editor</p>