Git Product home page Git Product logo

alpinestartpage's Introduction

alpine

A clean browser startpage with weather and stock market widgets.

features

image

my firefox css: https://github.com/refact0r/sidefox

matching firefox color theme: firefox color

usage

firefox installation

  1. download the .xpi extension file from the latest release
  2. go to about:addons in firefox, click the gear icon in the top right
  3. click "Install Add-on from File" and select the .xpi file

chrome installation

  1. clone the repo
  2. delete this section from public/manifest.json:
"chrome_settings_overrides": {
    "homepage": "index.html"
},
  1. run npm install
  2. run npm run build, you should see it create a folder called /dist
  3. go to chrome://extensions/ in chrome and enable developer mode in the top right
  4. click "Load Unpacked" in the top left and select the /dist folder

enabling weather and stocks

  1. create an account at https://openweathermap.org/api

  2. get your weather API key at https://home.openweathermap.org/api_keys

  3. create an account for Alpaca or FinancialModelingPrep

    using Alpaca will get % changes for the 9 stocks specified in the config, while using FinancialModelingPrep will get the 9 most active stocks of the day

  4. get your Alpaca key and secret (far right) or FinancialModelingPrep API key

  5. open alpine and click in the bottom right to open the config editor

  6. paste your api keys into the corresponding spots on the config, make sure to change stocks.source to fmp if using FinancialModelingPrep

  7. you can also edit settings like weather location, links, and stocks

build from source

environment requirements:

node: >=14.18.0
npm: >=8.0.0
  1. run npm install
  2. run npm run build
  3. the generated code should appear in /dist

alpinestartpage's People

Contributors

refact0r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.