https://github.com/rossmoody/fomo-crypto-calculator
Calculate your regret in dollars for not going all-in on that shitcoin sooner with this cryptocurrency calculator.
https://github.com/rossmoody/fomo-crypto-calculator
bitcoin cryptocoins cryptocurrencies cryptocurrency cryptocurrency-prices ethereum gatsby price-prediction
Last synced: 7 months ago
JSON representation
Calculate your regret in dollars for not going all-in on that shitcoin sooner with this cryptocurrency calculator.
- Host: GitHub
- URL: https://github.com/rossmoody/fomo-crypto-calculator
- Owner: rossmoody
- Created: 2021-03-15T05:57:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T20:32:46.000Z (over 4 years ago)
- Last Synced: 2025-02-05T20:05:39.247Z (9 months ago)
- Topics: bitcoin, cryptocoins, cryptocurrencies, cryptocurrency, cryptocurrency-prices, ethereum, gatsby, price-prediction
- Language: TypeScript
- Homepage: https://www.fomocryptocalculator.com
- Size: 1.55 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Fomo Crypto Calculator
A [cryptocurrency calculator website](https://www.fomocryptocalculator.com) to pinpoint the precise amount of regret in dollars you should have for not investing earlier.
## Quick start
### 1. Install dependencies
```bash
npm i
```
### 2. Startup dev environment
The site is built using Gatsby and Express to make authenticated API calls to CoinGecko API.
Start up the Gatsby site which hot reloads changes to the frontend at `localhost:8000`.
```bash
npm start
```
In a seperate shell startup the Express server to act as Netlify's serverless function calls using `axios`.
```bash
npm run server
```
### 3. Start coding
Editing content in the `src` directory will auto refresh in the browser at `localhost:8000`.