This application contains some examples of the features contained in Pryv Javascript Library, such as authentication, events and streams management.
-
Prerequisite:
- npm
- node
-
Install required packages:
- Run
npm install grunt -g
, this will install grunt globally. - Run
npm install
at the root of the repository.
- Run
-
Run
grunt
at the root of the repository. -
Open the file
path_to_repository/pryv-example-app/dist/index.html
in a browser.