Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggarwal-h/cryptometrics
A simple way to view, analyze, and filter cryptocurrencies effortlessly
https://github.com/aggarwal-h/cryptometrics
cryptocurrency nextjs open-source
Last synced: 8 days ago
JSON representation
A simple way to view, analyze, and filter cryptocurrencies effortlessly
- Host: GitHub
- URL: https://github.com/aggarwal-h/cryptometrics
- Owner: aggarwal-h
- License: mit
- Created: 2022-04-23T01:42:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T22:59:40.000Z (over 1 year ago)
- Last Synced: 2024-11-01T00:12:06.240Z (about 2 months ago)
- Topics: cryptocurrency, nextjs, open-source
- Language: JavaScript
- Homepage: https://cryptometrics.vercel.app/
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoMetrics
CryptoMetrics is an open-source NextJS app that addresses the need to view trending cryptocurrency prices. It includes features for comparing multiple cryptocurrencies together, viewing detailed timeseries charts, filtering based on specific properties and viewing an aggregate analysis. This project uses the [CoinGecko](https://www.coingecko.com/en/api) API to fetch data and handles the filtering on the front-end.
Note: This project was [originally](https://gitlab.cas.mcmaster.ca/webapp/webapp_l02_grp15/) done as part of the SFWRENG 3XA3 course at McMaster University.
### Instructions:
To install the necessary `node_modules`, run:
```bash
yarn
```To start the server on localhost:3000, run:
```bash
yarn dev
```