https://github.com/atalek/btc-price
Bitcoin price checker
https://github.com/atalek/btc-price
full-stack libsqlite3 nuxt nuxt3 tailwindcss turso typescript
Last synced: about 1 year ago
JSON representation
Bitcoin price checker
- Host: GitHub
- URL: https://github.com/atalek/btc-price
- Owner: atalek
- License: mit
- Created: 2023-11-18T15:20:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:25:25.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T12:56:15.352Z (about 1 year ago)
- Topics: full-stack, libsqlite3, nuxt, nuxt3, tailwindcss, turso, typescript
- Language: TypeScript
- Homepage: https://btc.atalek.com
- Size: 1.63 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Price Checker

This simple project allows you to search for the best BTC prices in euros.
Simply enter an amount in euros, and the project will return the four best
offerings from various providers. The project is built with Nuxt3, Tailwind CSS,
and Turso SQLite DB to cache initial results.
## Features
- Search for BTC prices in euros
- Displays the top four offerings from various providers
- Caches initial results for enhanced performance
## Technologies
- Nuxt3
- Tailwind CSS
- Turso SQLite DB
## Usage
1. Enter an amount in euros in the dedicated input field.
2. The project will automatically display the top four offerings from various
providers.
## Setup
1. **Clone the repository.**
```bash
git clone https://github.com/atalek/btc-price.git
```
2. **Navigate to the project directory.**
```bash
cd btc-price
```
3. **Install dependencies.**
```bash
npm install
```
4. **Configure environment variables.**
- Create a `.env` file in the root of the project.
- Add the necessary environment variables for your Turso db.
```env
#Turso
TURSO_DB_URL=your_turso_db_url
TURSO_AUTHTOKEN=your_turso_auth_token
```
5. **Run the migration and development server.**
```bash
npm run db-push
npm run dev
```
6. **Open your browser and visit http://localhost:3000 to view the Bitcoin price
checker.**
## Live Version
[https://btc-price.atalek.com/](https://btc-price.atalek.com/)
## Author
Github: [@atalek](https://github.com/atalek)
Linkedin:
[@Aleksandar Atanasovski](https://www.linkedin.com/in/aleksandar-atanasovski-16b123263/)
Portfolio: [https://www.atalek.com/](https://www.atalek.com/)