Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 738 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 738 Bytes

Papyrus API

Blazing fast fuzzy search for the Bible. Check it out here: http://papyrusapp.net/

Requirements

rustc & cargo which can be installed following these instructions

Getting Started

Run cargo run. This will build and run the application listening on port 3000

Make a request to /bible?query={YOUR SEARCH} to get back matches as .json.

Goals

  1. Create the fastest Fuzzy search for the Bible
  2. Learn rust
  3. Learn about how computers actually work

Road Map

  • Create working server with single translation
  • Build a frontend
  • Handle errors
  • Add more translations