Skip to content

dibericky/coingraph

 
 

Repository files navigation

Coingraph

GitHub release (latest SemVer including pre-releases) Travis (.org) GitHub stars GitHub forks GitHub issues GitHub License

Coingraph is a real-time graph for cryptocurrencies.

Dependencies

yarn

And don't forget to also install the daemon dependencies!

Configuration

If necessary, view the daemon configurations.

Usage

yarn run all

The previous command starts both the daemon and the web interface.

Docker

GitHub release (latest SemVer including pre-releases) Docker Image Size (tag) Docker Pulls

Manual

  1. Start the coingraph-daemon and then
  2. Run the container
    docker run -d \
      -p 3000:3000 \
      --link DAEMON_CONTAINER_ID \
      derogab/coingraph-client

Using docker-compose

Open .env files and eventually change environment variables. And then start one of the following.

Production
docker-compose up -d
Development
docker-compose -f docker-compose.dev.yml up -d 
Build
docker-compose -f docker-compose.build.yml up -d --build

License

Coingraph is made with ♥ by derogab and the amazing dev team. It is released under the MIT license.

About

Coingraph is a real-time graph for cryptocurrencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.8%
  • HTML 5.7%
  • CSS 4.7%
  • Dockerfile 3.2%
  • Shell 0.6%