nodejs installation

in #howto6 years ago (edited)

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

  • its good idea to for a LTS (long term support version for serious projects)
  • for hobby projects, latest and greatest versions should be fine

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:

[email protected] start /home/username/steemfeed-js
node app.js publishnow

followed by:

Sort:  

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

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.033
BTC 62579.42
ETH 3010.71
USDT 1.00
SBD 3.42