Skip to content

An extended version of 'startpage' with my own additions

License

Notifications You must be signed in to change notification settings

nathandaven/startpage

 
 

Repository files navigation

My custom startpage and Firefox CSS theme

Merging the projects of Tilde and startpage forked into one. Shout out to the original creators of both! Confirmed working on MacOS and Windows.

startpage

This repository includes my API key. The API key is attached to a dummy account, however please refrain from using it. Please go make your own and rebuild for long term use!

Firefox extension is compiled and signed using web-ext. Please read the documentation on web-ext if you are interested in creating and signing your own version of this project.

Local Storage options

You can now set your name, lat, and longitude by local storage. The weather will default to the user's location if given, but will use these as a fall back.

localStorage.setItem("lat", "33.7490");  // atlanta
localStorage.setItem("lon", "-84.3880"); // atlanta
localStorage.setItem("name", "nathan");  // me

This will persist across sessions.

Web-ext credentials

Get credentials here to build the web web extension.

See here for documentation from Mozilla.

To build without signing: npm install -> npm run build

To build with signing: npm install -> npm run sign

Credits

Complete credit goes to these developers and their sources:

Screenshots

startpage

startpage

About

An extended version of 'startpage' with my own additions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.3%
  • CSS 19.6%
  • HTML 6.1%