-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
36 lines (30 loc) · 1019 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: landing
title: "REPL"
---
<div id="landing">
<div class="top">
<h2>Convenient JSON Manipulation and Enrichment Tool</h2>
<a class="cta" href="app/">Start a REPL</a>
</div>
<div class="features">
Transform & Enrich JSON using JavaScript. No Setup.</br>
Step by Step Manipulation. Go back at any Time.</br>
CSV to JSON & JSON to CSV Import/Export.<br/>
Fully client-side; Works offline.
</div>
<div class="examples">
<h1>Example: Stripe Accounting</h1>
<div class="explanation">First,</div>
<img src="assets/repl_stripe_1.png">
<div class="explanation">Then,</div>
<img src="assets/repl_stripe_2.png">
<div class="explanation">You get,</div>
<img src="assets/repl_stripe_3.png">
</div>
<a href="https://github.com/spolu/repl">
<img style="position: absolute; top: 0; left: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"
alt="Fork me on GitHub">
</a>
</div>