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

https://github.com/g-ray/masq-store

Data store for Qwant Masq
https://github.com/g-ray/masq-store

Last synced: about 1 year ago
JSON representation

Data store for Qwant Masq

Awesome Lists containing this project

README

          

# masq-store

[![](https://img.shields.io/badge/project-Masq-7C4DFF.svg?style=flat-square)](https://github.com/QwantResearch/masq-store)
[![](https://api.travis-ci.org/QwantResearch/masq-store.svg)](https://travis-ci.org/QwantResearch/masq-store)

![Masq Logo](https://i.imgur.com/qZ3dq0Q.png)

Data store for Qwant Masq. It allows applications to connect to it using the [Masq Client](https://github.com/QwantResearch/masq-client) in order to store and retrieve application data through a WebSocket connection.

# Install

```
git clone https://github.com/QwantResearch/masq-store.git
cd masq-store
npm install
```