Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 806 Bytes

Pryv Example App

Description

This application contains some examples of the features contained in Pryv Javascript Library, such as authentication, events and streams management.

Installation

  • 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 grunt at the root of the repository.

  • Open the file path_to_repository/pryv-example-app/dist/index.html in a browser.

Example

alt text

Usefull links

Pryv Javascript Library
Getting Started: Javascript