A real time website logger.
Chrome extension + API that displays what website I am currently on.
- Go
- Vanilla HTML, CSS and JavaScript
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.
- 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