Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 619 Bytes

File metadata and controls

9 lines (5 loc) · 619 Bytes

Solid Hello World (REST API)

This is a simple application illustrating how to get started with Solid.

It only has two dependencies: an authentication library and an RDF parsing library. Everything else is plain HTML, CSS and JavaScript. All the functionality related with Solid is contained in a single file; solid.js.

Understanding the code & Usage instructions

This example follows the same structure as other examples in this repository, so you can follow these general instructions.