"Real-time" value of donations made with cryptocurrencies to help ukraine. Made with Python and Flask.
The total amount corresponds to all donations made in the official wallets of the government of ukraine and the amounts donated to the wallet of NGO Come Back Alive.
Available at: https://donations2ukraine.herokuapp.com/
-
# GET /api/v1/donated $ curl https://donations2ukraine.herokuapp.com/api/v1/donated > {"donated_usd":8284226.8166}
-
To clone the repository run the following command:
$ git clone https://github.com/WeDias/Donations2Ukraine.git
-
Inside the newly cloned project folder run the following command to install the dependencies:
$ pip install -r requirements.txt
-
Inside the project, run the following command to run the application:
$ flask run
Or just run app.py file
-
To view the application, after running it, access the following link in your browser:
http://127.0.0.1:5000/