1.0.0-alpha • Published 6 years ago

@sajari/profile v1.0.0-alpha

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Profile

This library will allow you to:

  • Create a user profile.
  • Modify the values in a users profile.
  • Load and save a users profile from browser storage.

A users profile contains their Sajari ID, GoogleAnalytics ID, and any metadata set by the library user.

Getting started

Installing

Available as es & cjs modules from npm.

npm install --save profile

Usage

import { Profile } from "profile";

const p = new Profile();
console.log(p.get()); // show current profile data

License

This project is licensed under the MIT License - see the LICENSE.md file for details.