Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 809 Bytes

Hashtags Manager

It is a CLI utility that can be used to manage and generate hashtags for your online presence. It can save you headache of managing tons of hashtags at multiple places.


Table of contents

  1. Technologies
  2. Installation & Setup Instructions

Technologies

Javascript Node


Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start