Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jsejcksn/pagemark
- Owner: jsejcksn
- License: mit
- Created: 2016-11-09T22:06:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T01:31:29.000Z (over 5 years ago)
- Last Synced: 2024-11-02T11:12:41.557Z (14 days ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.