Notepad/enter/Happynet.md

31 lines
773 B
Markdown
Raw Normal View History

# Happy Net Box CLI tool
A command line tool for interacting with [Happy Net Box](https://happynetbox.com/)
### [](https://www.npmjs.com/package/happynet#install)Install
In your terminal app, run:
```
$ npm install -g happynet
```
### [](https://www.npmjs.com/package/happynet#subscribe-to-users)Subscribe to users
- Create a file called ~/.happynetbox
- Add a list of @happynetbox handles you want to follow
- Run `happynet` from your terminal
### [](https://www.npmjs.com/package/happynet#get-updates)Get updates
In your terminal app, run:
```
$ happynet
```
You will see the latest post from each person in your .happynetbox file!
--via [source](https://www.npmjs.com/package/happynet) & made by amazing developer [Ben Brown](https://github.com/benbrown)