ChoKaPeek / atom

My daily-life dashboard

Home Page:https://atom.obyn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom

DroneCI

My daily-life dashboard

Atom is my personal dashboard running on a Raspberry Pi. The codebase is based on the smashing modular dashboard with custom widgets build on top of it.

atom-dashboard

Features

  • synchonized timetable for my school
  • current time and date
  • network latency
  • current ethereum price
  • current bitcoin price
  • nearby bus and metro schedules
  • current weather in paris, requires an openweathermap api key
  • air pollution index and map
  • xkcd daily comic
  • epiquote.fr
  • world clock
  • currated news from bbc

Deployment

# Adapt the `docker-compose` to fit your needs
$ docker-compose build
$ docker-compose up -d

Development

# Install bundler
$ gem install bundler
# Install smashing
$ gem install smashing
# Install the bundle of atom specific gems
$ bundle
# Start atom
$ smashing start

About

My daily-life dashboard

https://atom.obyn.io

License:MIT License


Languages

Language:JavaScript 75.4%Language:CSS 7.3%Language:SCSS 7.2%Language:Ruby 4.7%Language:HTML 3.0%Language:CoffeeScript 2.1%Language:Dockerfile 0.3%