Skip to content

blckchnd/golosfeed-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golos Feed JS

This is a GOLOS Price Feed for witnesses on the Golos Network. It's written in Node.JS and uses Someguy123's (fork of SVK's) GolosJS-Lib.

Installation

For the script node.js v7 or above required

First, download the git repository, then edit config.json as needed. The interval is in minutes.

git clone https://github.com/gropox/golosfeed-js.git
cd golosfeed-js
cp config.example.json config.json
nano config.json
npm install

Starting Via NodeJS (assuming you have >= v7 installed)

node app.js

Docker

docker build -t golosfeed-js .
docker run -it --rm --name golosfeed golosfeed-js

About

GOLOS fork of Someguy123/steemfeed-js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Dockerfile 0.1%