/startpage

Code for my startpage

Primary LanguageJavaScript

StartPage

screenshot1

A simple startpage that uses OpenWeatherMap to display the weather, NewsAPI to display the news, and Official Joke API to show a random joke. It also displays the current date and time, and some useful quick links, which are configurable.

Usage

Get the source

git clone https://github.com/2bit-hack/startpage.git
cd startpage

Setup environment

Rename .env.local.example to .env.local

Obtain API keys from OpenWeatherMap and NewsAPI

Replace YOUR_API_KEY_HERE with the appropriate values in .env.local

Install dependencies and run in development

yarn
yarn dev