Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsejcksn/pagemark

Save the scrolled position of a page (like a bookmark for a page)
https://github.com/jsejcksn/pagemark

Last synced: about 22 hours ago
JSON representation

Save the scrolled position of a page (like a bookmark for a page)

Awesome Lists containing this project

README

        

# pagemark

Save the scrolled position of a page (like a bookmark for a page). Works with [localStorage](https://en.wikipedia.org/wiki/Web_storage), so it's per-device.

## Installation

`$ npm install pagemark --save`

## Usage

Just include [`index.js`](index.js) in your page.