Skip to content

Commit 390e409

Browse files
authored
41 save exchange volume data as a csv file (#43)
* Write vol. data to CSV file * Update logic to read volume from df * Remove dep and commit test data * Bump patch version * Update to main in CI
1 parent e9447ff commit 390e409

12 files changed

Lines changed: 1641 additions & 1325 deletions

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: ["master"]
5+
branches: ["main"]
66
push:
7-
branches: ["master"]
7+
branches: ["main"]
88

99
workflow_dispatch:
1010

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name = "CryptoDashApp"
22
uuid = "8f55a569-a1ee-45d2-b761-b2b316ddd8e9"
33
authors = ["Vikas Negi <vikas.negi10@gmail.com>"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
88
Dash = "1b08a953-4be3-4667-9a23-3db579824955"
99
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1010
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
11-
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
1211
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
1312
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1413
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
@@ -21,11 +20,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2120
CSV = "0.10"
2221
Dash = "1.5"
2322
DataFrames = "1.6"
24-
DelimitedFiles = "1.9"
2523
GLM = "1.9"
2624
HTTP = "1.10"
2725
JSON = "0.21"
2826
Mocking = "0.7"
2927
PlotlyJS = "0.18"
3028
StatsBase = "0.34"
31-
julia = "1.8"
29+
julia = "1.8"

data/BTC_EUR_data_2024-01-20.csv

Lines changed: 0 additions & 1001 deletions
This file was deleted.

data/BTC_EUR_data_2024-02-09.csv

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)