This project uses a REST API to retrieve the price history of Ethereum(ETH). It includes a chart showing prices for the past day, week, month, and year, with support for custom date ranges within the past year.
Download dependencies
- npm install
Compile with Webpack
- npm run compile
Start server
- npm start
Amanda Bullington