+-+-+ +-+ +-+-+-+-+
|G|O| |4| |H|I|V|E|
+-+-+ +-+ +-+-+-+-+

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

nodejs installation

BY: @fortunex | CREATED: Feb. 5, 2018, 7:40 a.m. | VOTES: 5 | PAYOUT: $2.60 | [ VOTE ]

NodeJs installation can be tricky since there are way too many versions

installing a node version manager

curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh -o install_nvm.sh
bash install_nvm.sh
nvm ls-remote
nvm install 8.9.4
nvm use 8.9.4

run .profile once & you are set!

Installing Steemfeed-js

git clone https://github.com/Someguy123/steemfeed-js.git
cd steemfeed-js

Now, edit the config.json file followed by:

npm install npm start

We will get and output similar to:

> steemfeed-js@1.0.0 start /home/username/steemfeed-js
> node app.js publishnow

followed by:

TAGS: [ #howto ] [ #node ]

Replies

@sneaky-ninja | Feb. 5, 2018, 8:09 a.m. | Votes: 0 | [ VOTE ]

Sneaky Ninja Attack! You have been defended with a 2.66% vote... I was summoned by @fortunex! I have done their bidding and now I will vanish...Whoosh

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>