https://github.com/vnegi10/coingecko_api_analysis
https://github.com/vnegi10/coingecko_api_analysis
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vnegi10/coingecko_api_analysis
- Owner: vnegi10
- Created: 2021-10-06T19:04:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T17:22:48.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:05:26.162Z (4 months ago)
- Language: Julia
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Pluto notebook contains Julia code that can be used to make API calls to CoinGecko, and fetch developer and community metrics for various cryptocurrencies.
## How to use?
Install Pluto.jl (if not done already) by executing the following commands in your Julia REPL:
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()Clone this repository, and open **CG_notebook.jl** via Pluto. The built-in package manager should automatically download the necessary packages for you when you run the notebook for the first time.