Commit Graph

6 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 48ec3f49a0
docs(README): update Emacs version on badge 2023-11-03 19:48:40 +01:00
Lucien Cartier-Tilet 1a5565a953
docs: update readme 2023-11-03 19:48:39 +01:00
Lucien Cartier-Tilet e9d890f4dc
docs: update README instructions 2023-11-03 19:48:39 +01:00
Lucien Cartier-Tilet fc7a64239a
docs: update README shield text 2023-03-22 15:54:38 +01:00
Lucien Cartier-Tilet 668e1e2a96
chore: delete backend
Initially, the backend was meant to cache calls to the GitHub API.
However, I decided to just cache them in the sessionStorage of the
visitor’s browser instead.
2023-03-22 11:46:09 +01:00
Lucien Cartier-Tilet 7f217641f0
feat(backend): add initial backend
Backend as is can query GitHub for the information that will be
necessary later on in the frontend's pages. It does not cache this
information yet though.

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:51 +01:00