Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,719 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maintainability Code Coverage Varsnap Status

Currently extension as a website.

I wanted to show the currently extension on an iPad I had laying around. Since chrome extensions only work on desktop chrome, I opted to turn the extension into a website that could be loaded on any device. I found a copy of the code on Github and modified it to work as a website, stripping away a lot of unneeded code.

Codemancer is currently a stateless static website, served by nginx.

Screenshot

Changes from Currently Extension

  • Converted into nginx/docker website
  • Removed use of LocalStorage for configs
  • Removed Notifications based on S3 data
  • Removed geolocation. It currently only works in San Francisco, but can be modified to use HTML5's Geolocation API instead.
  • Made background color change based on time of day
  • Minor code cleanup, updated javascript libraries, refactored some code.

Background from dnlzro/horizon.

Setup and Testing

nvm use 25
pnpm install
pnpm test
ln -s .env.development .env
pnpm start

Releases

Packages

Used by

Contributors

Languages