Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 514 Bytes

Snip

Save web pages and content with one click.

Overview

Chrome extension

Snip's Chrome extension sends the URL of the current active page of the browser to be parsed and saved in the Firebase Firestore database.

Firebase database

Snip is built on Firebase Firestore. "users" are the only top level collection. Each user has two collections: "lists" and "pages".

Webapp

The webapp is where you can view and manage your saved content.

Install

yarn

Run

yarn start