Skip to content

nimatullo/wyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wyd 👀

⚠️W.I.P.⚠️

Lover's Eyes

A real time website logger.

Chrome extension + API that displays what website I am currently on.

📚 Table of Contents

🥞 Stack

  • Go
  • Vanilla HTML, CSS and JavaScript

🔧 How Does It Work

The chrome extension sends updates to the API with what website I'm currently on. The API is consumed through nimatullo.com where it receives these updates through server sent events.

✅ Todo

  • only allow POST requests from the extension
  • use server sent events to update status
  • connect database to persist last accessed website
  • add toggle for website logging