Skip to content
/ curzy Public

Compare and explore the cheapest ways to buy Bitcoin(BTC) with Czech crowns(CZK).

License

Notifications You must be signed in to change notification settings

lipelix/curzy

Repository files navigation


curzy

Check how much it cost to buy some crypto.
https://curzy.herokuapp.com/

Report Bug · Request Feature

About The Project

If you are sending some money to crypto exchange there is always some fee. If you do it from your bank account there is some fee. If you do it by card there is some fee. Curzy will agregate this for you. No more counting of fees by yourself. You are welcome.

(back to top)

Built and Deploy

This is backend part of its frontend counter-part curzy-fe. Project is build with express on backend to provide API. It runs workers which regularly check rates with help of puppeteer. All is deployed on heroku dynos.

Node.js puppeteer Heroku

(back to top)

Getting Started

You can run this project locally (even if it doesn't make much sense :).

Prequisities

Installation

  1. Setup MongoDb - prepare host, username and password for connection
  2. Clone the repo
    git clone https://github.com/lipelix/curzy.git
  3. Install NPM packages
    npm install
  4. Rename .env.example file in root project and fill variables
  5. Enter your API in .env file
     MONGO_DB_URI: <host of mongo cluster>
     MONGO_DB_NAME: <database name>
     PORT: <port on which server will run>
    
  6. Run your app by npm run dev

(back to top)

Usage

This is very easy. Just open https://curzy.herokuapp.com/ .


Showcase

(back to top)

Roadmap

  • Deploy project
  • Add Support for automatic deployment
  • Multi-language Support
    • Czech
    • English
  • Add more banks, payment methods

(back to top)

Contact

Libor Váchal - LinkedIn

Project Link: https://github.com/lipelix/curzy

(back to top)

Acknowledgments

Usefull links and another things worth to mention.

(back to top)

About

Compare and explore the cheapest ways to buy Bitcoin(BTC) with Czech crowns(CZK).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages