karam-koujan / NotionSave

NotionSave, a Google Chrome extension, simplifies the process of saving posts from various social media platforms into a unified Notion database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotionSave

NotionSave Demo Gif

Save time while browsing social media platforms like Twitter and YouTube with NotionSave. This convenient Chrome extension allows you to effortlessly capture and store links to valuable posts and videos in your Notion database. No more manual copying and pasting – simply click a button and keep all your useful information organized for easy access later.

Demo

https://twitter.com/karamkaku/status/1666900099333513236

Run Locally

Clone the project

  git clone https://github.com/karam-koujan/NotionSave.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Configuration

  cd src
  mkdir config
  touch env.js
const env = {
  hostname: "http://localhost:3000",
};
export default env;

Build

  npm run build

Start the server

cd server
npm install
npm run dev

Supported Social Media

  • Youtube
  • Twitter
  • Reddit

About

NotionSave, a Google Chrome extension, simplifies the process of saving posts from various social media platforms into a unified Notion database.


Languages

Language:JavaScript 95.1%Language:CSS 2.7%Language:HTML 2.2%