Installation¶
Inrupt provides the following JavaScript libraries:
Library |
Description |
---|---|
|
|
|
A set of libraries for authenticating to Solid identity servers:
|
|
A library that provides convenience objects for many RDF-related identifiers, such as the Person and familyName identifiers from the Schema.org vocabulary from Google, Microsoft and Yahoo! |
|
A library that provides convenience objects for many Solid-related identifiers. |
|
A library that provides convenience objects for Inrupt-related identifiers. |
Install¶
You can use npm to install the libraries.
For example, to install the solid-client
, solid-client-authn-browser
,
and vocab-common-rdf
libraries:
npm install @inrupt/solid-client @inrupt/solid-client-authn-browser @inrupt/vocab-common-rdf
See also:
Next Steps¶
For examples in using the libraries |
|
API Documentation |