Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hshoff/viewsource
a collection of examples
https://github.com/hshoff/viewsource
Last synced: 22 days ago
JSON representation
a collection of examples
- Host: GitHub
- URL: https://github.com/hshoff/viewsource
- Owner: hshoff
- License: mit
- Created: 2017-08-02T16:58:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T18:22:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T10:56:30.060Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 898 KB
- Stars: 134
- Watchers: 7
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View Source
a collection of examples by [@hshoff](https://twitter.com/hshoff)## 1. Bitcoin price chart
![img](./previews/01-bitcoin.png)
- demo: https://viewsource.now.sh/bitcoin
- youtube: https://www.youtube.com/watch?v=oeE2tuspdHg## 2. Ethereum candlestick chart
![img](./previews/02-ethereum.png)
- demo: https://viewsource.now.sh/ethereum
- youtube: coming soon## Setup
```bash
git clone https://github.com/hshoff/viewsource.git
cd viewsource
npm install
npm run dev# => localhost:3000/bitcoin
```