Skip to content

A Web interface to the ever-popular ckandr command-line utility

Notifications You must be signed in to change notification settings

screwgoth/ckandr-web

Repository files navigation

CKaNDR Web UI ckandr_web_icon

ckandr-web is a Web frontend to the existing idea of fetching Cryptocurrency rates from Indian exchanges using the ckandr command-line tool.

(Pssst: It was originally just a project to learn AngularJS 5)

Installation

Pre-requisites

  • NodeJS v8.0+
  • npm v5.6+
  • Chrome Browser with the Cors Toggle extension installed.
$ git clone [email protected]:screwgoth/ckandr-web.git
$ cd ckandr-web
$ npm install
$ npm start

Navigate to http://localhost:4200/ on your browser.

Note: This is just the development server. For now, this is the only way to run the server.

Further help