Skip to content

Coingraph is a real-time graph for cryptocurrencies.

License

Notifications You must be signed in to change notification settings

NekoSuneOldDump/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

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 5.8%
  • CSS 4.8%
  • Dockerfile 2.4%
  • Shell 0.6%