Awesome
Solid Pastebin Tutorial
Example application used in the Solid intro tutorial.
Setup
Step 1: Have a container URL ready, where you'll be writing the pastebins. (Either create an account on a Solid server, or use the URL provided by your tutorial instructor.) This will look something like:
https://username.databox.me/Public/bins/
Step 2: Locate the following line, near the top of
app/app.js
:
var defaultContainer = '';
Change the empty string to the URL of the container you want to use.
Step 3: Open index.html
in your web browser.