Skip to content

Latest commit

 

History

History

solid-rest-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.