node-hashtagify

1.0.1 • Public • Published

node-hashtagify

API to get trending and related hashtags

Usage

const Hashtagify = require('node-hashtagify');
const hash = new Hashtagify();

Get related hashtags

hash.getRelated((hashtags = ['cool', 'instapic']));
/*
hashtags array can take between 1 and 3 hashtags
*/

Get trending hashtags

hash.getTrends((hashtags = ['cool', 'instapic']));
/*
hashtags array can take between 1 and 3 hashtags
*/

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-hashtagify

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    3.21 kB

    Total Files

    5

    Last publish

    Collaborators

    • jzarca01