Skip to content

achntrl/Frontpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Result

image

Credit

This work is based on the Frontpage of Jasius.

Get started

I use the openweathermap.org API to fetch the weather information. You need to create a file called API_KEY.js containing the following code:

function getAPIKey() {
    return '<your-api-key-for-openweathermap.org>';

You can get an API key for free on their website.

I use Replace New Tab Page chrome extension to have the startpage loaded on new tab opening.

I also created a Chrome theme based on the Dracula Theme that's included in the repo. Colors are a bit off from the original color scheme though.

TODO

  • Add some kind of persistance in the choice of city for the weather. If I select Montpellier, the next time I open a tab, it displays the weather in Montpellier
  • Add weather forecast next to the current weather

About

Fork from chrisyou/Frontpage which is a fork from Jasius/Frontpage - Mainly changed the theme, the icons to have SVGs and replaced Google search by weather display

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 51.4%
  • CSS 29.4%
  • JavaScript 19.2%