screwgoth / ckandr-web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

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


Languages

Language:TypeScript 78.5%Language:HTML 11.0%Language:JavaScript 8.7%Language:CSS 1.8%