Skip to content
View johnholdun's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report johnholdun

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
johnholdun/README.md

Pinned Loading

  1. activitypub-server activitypub-server Public

    An ActivityPub server

    Ruby 19

  2. mastodon-feed-converter mastodon-feed-converter Public

    Turns Mastodon Atom feeds into reformatted JSON Feeds, inspired by micro.blog

    Ruby

  3. json-transformer json-transformer Public

    Use JSON to turn JSON into JSON

    Ruby

  4. who needs jsx? who needs jsx?
    1
    function h(tag, props = {}, children = null) {
    2
      if (arguments.length === 2 && props && (typeof props !== 'object' || Array.isArray(props))) {
    3
        children = props
    4
        props = {}
    5
      }