Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/next-js-bitcoin-price-checker
A Next.js app that checks Bitcoin's latest price.
https://github.com/thinkswan/next-js-bitcoin-price-checker
bitcoin javascript nextjs tutorial
Last synced: about 2 months ago
JSON representation
A Next.js app that checks Bitcoin's latest price.
- Host: GitHub
- URL: https://github.com/thinkswan/next-js-bitcoin-price-checker
- Owner: thinkswan
- Created: 2019-06-27T18:45:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:17.150Z (almost 2 years ago)
- Topics: bitcoin, javascript, nextjs, tutorial
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-js-bitcoin-price-checker
A Next.js app that checks Bitcoin's latest price.
Based on the following tutorial: [Traversy Media: Next.js Crash Course - Server Side React](https://www.youtube.com/watch?v=IkOVe40Sy0U)
## Get started
```
yarn
yarn dev
open http://localhost:3000/
```