scragram

0.0.3 • Public • Published

Scragram

NPM

const scragram = require('scragram')
const hashTag = 'streaming'
 
// It allows to quickly consult the link of the top posts.
scragram.getLinksTopPost(hashTag, (err, data) => {
  err ? console.log(err):console.log(data)
})
 
/***
 data out
 {
   "data":[
     "link1.jpg",
     ....
     ....
     "link10.jpg"
   ]
 }
***/
 

Use in console

Install

(sudo) npm install scragram -g

Use

scragram yourhashtag

Example

scragram streaming

Package Sidebar

Install

npm i scragram

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • juandav