Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcomella/fathom-repl

Experiment with Mozilla's fathom, a library to extract semantic meaning from the web
https://github.com/mcomella/fathom-repl

Last synced: 12 days ago
JSON representation

Experiment with Mozilla's fathom, a library to extract semantic meaning from the web

Awesome Lists containing this project

README

        

#fathom-repl

WIP to produce a REPL environment to experiment with Mozilla's [fathom][], a
framework for extracting meaning from web pages.

## Try it
Build via:

npm run build

Open the REPL:

open public/repl.html

## How it works
Currently webpacks the `fathom-web` npm package, injects it into an HTML page,
and exposes a few fathom variables.

[fathom]: https://github.com/mozilla/fathom