microhn icon indicating copy to clipboard operation
microhn copied to clipboard

:floppy_disk: A GraphQL Hacker News client in < 100 lines of code.

microhn

A microscopic Hacker News client built on top of GraphQLHub.

You don't need any frameworks to build an app with GraphQL. Just a script tag and some browser APIs!

Note: not all browsers are currently supported due to use of fetch and template literals. Those were just the fastest way for me to get this done, so I welcome PRs to make this even simpler!

Read Hacker News now!

Browser support

We use the Babel in-browser transpiler to get modern JavaScript in outdated browsers.

  • [x] Chrome
  • [x] Firefox
  • [x] Safari

Unknown (please submit a PR with status update):

  • [ ] Edge
  • [ ] IE
  • [ ] Opera