/send2flomo

send chatgpt chat messages to flomo

Primary LanguageTypeScriptMIT LicenseMIT

what's this repo for ?

i'am wondering what we can do with chatgpt, can we use it to accelerate develop process? the answer is indeed, with chatgpt's help, at most 6 hours, i developed this google chrome extension, now it can save chatgpt chat messages to flomo, to prove my assumption.

Chrome Extension To send chatgpt chat message to flomo

Chrome Extension, TypeScript and Visual Studio Code

Prerequisites

Option

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test