Giter Site home page Giter Site logo

iandioch / ceres Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 462 KB

A homepage / online business card that updates with live data

Home Page: http://noah.needs.money

Python 43.62% Shell 2.36% HTML 49.09% JavaScript 4.93%
euler homepage lastfm scraper twitter website

ceres's People

Contributors

cianlr avatar iandioch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

cianlr basedglye

ceres's Issues

Reduce lastfm scrobble latency

Right now the last played song is the song that was last completely finished, plus whatever refresh latency is there. That means the time listed with it is minimum ~8 minutes ago. It'd be good if it showed the time the song finished at, or the time the current song was started.

Add default values to Vue elements at creation time

This would stop the page showing things like {{ key_name }} for a split second (or more on slow connections!) before it grabs the freshest data.

It would also make the site more useful to people running without javascript, and allow it to potentially be served over gopher later in the future.

Improve card configuration

Card configuration should be cleaned up, to allow a user to add or remove a card from their site in a config file somewhere. This config file should also be where card scripts get their user-specific data, and config options to override defaults.

Add twitter card

It should have a link to user's latest tweet, their t-index (think h-index), and possibly some cooler stuff.

Move away from Flask to a static site

This would:

  • reduce code, and therefore errors
  • make it much more performant, as requests will pass through an optimised system like nginx instead of slow and unoptimised python
  • make the system simpler

The static site should only need to be rebuilt when a card is added or removed, as the html doesn't change otherwise.

Fix mobile CSS issues

  • Header box is too small for title size
  • Erroneous margin on right hand side
  • No big difference in font size between titles and copy (copy is too big!).

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.