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
- Host: GitHub
- URL: https://github.com/g-ray/masq-store
- Owner: G-Ray
- License: apache-2.0
- Created: 2018-05-28T14:36:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T15:22:35.000Z (about 8 years ago)
- Last Synced: 2025-02-15T02:25:59.490Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# masq-store
[](https://github.com/QwantResearch/masq-store)
[](https://travis-ci.org/QwantResearch/masq-store)

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
```