An open API service indexing awesome lists of open source software.

https://github.com/mskelton/bytes

The source repository for my website's "bytes" (mini posts).
https://github.com/mskelton/bytes

blog posts website

Last synced: 11 days ago
JSON representation

The source repository for my website's "bytes" (mini posts).

Awesome Lists containing this project

README

          

# Bytes

The source repository for my website's "bytes" (mini posts).

## How it works

Changes to this repo will be published via a webhook to my website. My
website then will pickup those changes and index the content into the
database which will then present the content to the users.

This technique works well as it doesn't require me to redeploy my website
when adding bytes, and it also allows me to add bytes while working on
other feature branches for my website without worrying about switching
between branches.