Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

A browser extension that helps organise your flatshare search

Notifications You must be signed in to change notification settings

XavierMod/flatini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

818 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatini

Helps organise your flat share search

Frontend

Front end section

Backend

Located under the backend directory of the project. A python based serverless application handling backend tasks including authentication, api, and data.

Browser Extension

Located under the client directory of the project. A JS based chrome extension.

  • In a terminal, change folder to the client folder under the root of the project

  • Install packages

    • npm install
  • Build extension

    • npm run build
  • Open extension in browser

    navigate to browsers extension page

  • Switch into developer mode

    developer mode switch off TO developer mode switch on
  • Load unpacked extension into Chrome [Brave unfortunately doesn't support side panels at this time]

    • Click Load unpacked button

    • Select the dist directory

      dist directory selected

    • You will now see Flatini loaded into your extension.

      flatini loaded

  • Open the side panel and select Flatini extension

    flatini side panel

This project uses Partnership icons created by Flat Icons - Flaticon

About

A browser extension that helps organise your flatshare search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.0%
  • TypeScript 31.1%
  • HTML 2.0%
  • JavaScript 1.4%
  • Other 0.5%