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());
License
This project is licensed under the MIT License - see the LICENSE.md file for details.