Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```