No description
assets | ||
config | ||
docs | ||
lib | ||
native | ||
priv | ||
rel/overlays/bin | ||
test | ||
web-extension | ||
.dockerignore | ||
.editorconfig | ||
.formatter.exs | ||
.gitignore | ||
.prettierrc | ||
default.nix | ||
docker-compose.yml | ||
Earthfile | ||
jobspec.hcl | ||
mix.exs | ||
mix.lock | ||
README.md | ||
renovate.json | ||
tasks.todo |
Sloan
Sloan is a tool to make finding that one bookmark you made months ago and now cannot locate a bit easier.
- Web-Extension to automatically sync new bookmarks to Sloan
- Extracts contents from webpages using Readability
- But this is an Elixir repo, so it compiles it to WASM, and embeds a WASM-runtime in order to call it.
- Uses Tantivy embedded using Rustler for searching the contents
I use it regularly, but in terms of development effort I only tend to spend a week or so on the yearly rewrite experiment so expect the actual quality to be very WIP.
Usage
# Start database
docker-compose up -d
# Setup the project, should also set up the database and build a readability wasm
mix setup
# Start Phoenix endpoint
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix