1.0.1 • Published 8 years ago

random-hashtag v1.0.1

Weekly downloads
28
License
MIT
Repository
github
Last release
8 years ago

random-hashtag

Return a random hashtag. This is a string of the form ‘#thisisahashtag’.

MIT License

build:? coverage:?

Install

$ npm install --save random-hashtag 

Usage

var randomHash = require('random-hashtag');

// API
// - randomHash();

randomHash();
// => '#dichumwa'

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.