Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

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