0.0.7 • Published 4 years ago

node-giphy-api v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

welcome, node-giphy-api

Installation

npm install node-oxygen-api --save

For Glitch;

pnpm install node-oxygen-api --save

Docs

Write Main File;

const giphyAPI = require('node-giphy-api')
giphy = new giphyAPI("API_KEY"); // Go to https://developers.giphy.com for api key

giphy.search('thanos').then(res => {
console.log(res)
})

giphy.get_id('xUOxeZn47mrdabqDNC').then(res => {
console.log(res)
})

giphy.translate('thanos').then(res => {
console.log(res)
})

giphy.random('thanos').then(res => { 
console.log(res)
})

giphy.trend().then(res => { 
console.log(res)
})
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago