/bitHook

An api service to watch over cryptocurrencies price list

Primary LanguagePython

Build Status Made With

BitHook Android App

A android application to hook an cryptocoins price and remind when there's drop in the coin price.

Prerequisites

Make sure you have knowledge about python,pip and Flask.

Installation

  • Clone the repo
   $ git clone https://github.com/Shakileash5/bitHook.git
   $ cd bitHook
  • Create virtualenv
   $ virtualenv venv
  • For Linux
   $ source ./venv/bin/activate
  • For windows
   $ cd venv/Scripts/
   $ activate
  • Install dependencies
   $ pip install -r requirements.txt
  • Usage
   python app.py

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.