Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript-web/purescript-web-storage
Type definitions and low level interface implementations for the W3C WebStorage API
https://github.com/purescript-web/purescript-web-storage
Last synced: 4 months ago
JSON representation
Type definitions and low level interface implementations for the W3C WebStorage API
- Host: GitHub
- URL: https://github.com/purescript-web/purescript-web-storage
- Owner: purescript-web
- License: mit
- Created: 2016-07-25T05:51:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T23:11:51.000Z (over 2 years ago)
- Last Synced: 2024-08-08T17:15:21.702Z (4 months ago)
- Language: PureScript
- Homepage:
- Size: 27.3 KB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - web-storage - A low-level library for local storage. (Web / Deku)
README
# purescript-web-storage
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-storage.svg)](https://github.com/purescript-web/purescript-web-storage/releases)
[![Build status](https://github.com/purescript-web/purescript-web-storage/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-web/purescript-web-storage/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-web-storage/badge)](https://pursuit.purescript.org/packages/purescript-web-storage)Type definitions and low level interface implementations for the [W3C WebStorage API](https://www.w3.org/TR/webstorage/).
## Installation
```
spago install web-storage
```## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-web-storage).