Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Type definitions and low level interface implementations for the W3C WebStorage API

Awesome Lists containing this project

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).