1.0.1 • Published 5 years ago

node-hashtagify v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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
*/