Skip to content
/ gabehoo Public template

GABEhoo! is a startpage inspired by the old good Yahoo! frontpage with some simple modern elements.

License

Notifications You must be signed in to change notification settings

gabeweb/gabehoo

Repository files navigation

GABEhoo!

GABEhoo! is a startpage developerd by GABEweb inspired by the old good Yahoo! frontpage.

This is a personal project for personal purporses only.

Customizations

Last.fm Now Playing widget

You must edit (in index.html file) the following strings:

<script type="text/javascript">
            /*<![CDATA[*/ $(document).ready(function () {
                $("#lastBox").lastplayed({
                    apikey: "[YOU NEED TO GENERATE YOUR OWN LAST.FM API KEY]",
                    username: "[YOUR LAST.FM USER NAME]",
                    limit: 5,
                    refresh: 30,
                });
                $("#playingInfo").nowplaying({
                    apikey: "[YOUR LAST.FM API KEY]", username: "[YOUR LAST.FM USERNAME]", refresh: 60, notplayingtext: '<p class="playing-not">See recently played tracks on: <a href="https://last.fm/user/[USERNAME]" target="_blank">last.fm/user/[USERNAME]</a></p>'
                })
            }); /*]]>*/
  </script>

YOUR LAST.FM API KEY ==> You must generate a Last.fm API Key from: https://www.last.fm/api VERY IMPORTANT

YOUR LAST.FM USERNAME ==> Your Last.fm username.

Advice:

If you're using an adblocker or script blocker you must give permission to access to https://ws.audioscrobbler.com in your personal filters, otherwise the Last.fm widget can't work properly.

Weather widget

You must edit the weather.js file the following strings:

/* OPEN WEATHER MAP */
xhr.open(
  "GET",
  "https://api.openweathermap.org/data/2.5/weather?q=[CITY ID]&appid=[YOUR API ID]&units=metric"
);

YOUR CITY NAME OR CITY ID ==> You can use the name of your city or the ID city. For example: If you're living on London (Great Britain), you must put the ID 2643743 (this ID number is geting from the URL https://openweathermap.org/city/2643743 when you search on OpenWeatherMap.org).

YOUR API ID ==> You must generate an OpenWeatherMap API Key from https://home.openweathermap.org/api_keys VERY IMPORTANT.

Credits

This page is made possible thanks to:

Released under a GPL-3.0 license.


[more stuff from GABEweb @ GitHub]

About

GABEhoo! is a startpage inspired by the old good Yahoo! frontpage with some simple modern elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published