8000 GitHub - dcd018/crypto-info: A console application that displays information about Cryptocurrency Providers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dcd018/crypto-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-info

A console application that displays information about Cryptocurrency Providers. Written in Node.js and packaged as a Docker Container.

Running Locally

This was tested with the Debian snap package v17.06.2-ce. Please ensure you have a current version of Docker installed before proceeding and adjust as accordingly if you are running Docker commands as a non-root user.

To build the container:

$ git clone git@github.com:dcd018/crypto-info.git
$ docker build --tag crypto-info ./crypto-info/

To run the container:

$ docker run crypto-info bitcoin

Optionally, pass more than one provider:

$ docker run crypto-info bitcoin ethereum

Running Tests

This module uses Jest as it's primary test engine. Included tests can be run using an npm script:

$ npm test

About

A console application that displays information about Cryptocurrency Providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0