Giter VIP home page Giter VIP logo

life's Introduction

Life

πŸš€ Extensible dashboard to keep the important things visible and save your life

Screenshot

First Version

Configure

Generate the environment variable values, see .env.example:

Create the .env file and insert the generated values:

cp .env.example .env

Install

$ npm install

Run

$ npm start

Roadmap [v1.0.0]

  • Modules

    • Bitcoin Chart
    • Cryptocurrency Prices
    • GitHub Trends
    • Hacker News
    • Twitter Trends
    • Weather
    • Google Calendar
    • Cryptocurrency News
    • Overflow News
    • Alarm
    • Clock
  • Features

    • Realtime modules refresh
    • Style modules with color, font and spacing
    • Navigate on the modules with keyboard arrows
    • Navigate on the modules with mouse
    • Set a module as full screen
    • Interact with modules
    • Open link and render page inside the terminal
  • Bugfixes

    • Startup performance issue with Raspberry Pi Zero W
    • Wrong characters symbols for Raspberry Pi Zero W
    • Responsiveness

life's People

Contributors

dcandrade avatar di3goleite avatar heitorgo1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

life's Issues

Weather: Connect illustration with temp

file: https://github.com/di3goleite/life/blob/master/lib/weather.js
lines: 38 ~ 45

Javascript object with illustrations can be found here: https://gist.github.com/cbo317110/d03a1cb7fa17d7fc0d2d43b74a643425

File above was ripped from: ASCII Art Table from wego package
https://github.com/schachmat/wego/blob/master/frontends/ascii-art-table.go

Yahoo condition codes can be found clicking on link below
https://developer.yahoo.com/weather/documentation.html

"                                      ",
"                                      ",
"   \033[38;5;226m    \\   /    \033[0m  " + data.location,
"   \033[38;5;226m     .-.     \033[0m   ",
"   \033[38;5;226m  β€’ (   ) β€’  \033[0m  " + data.temp,
"   \033[38;5;226m     `-αΎΏ     \033[0m   ",
"   \033[38;5;226m    /   \\    \033[0m  " + new Date(),
"                                      ",
"                                      ",
"                                      ",

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.