Skip to content

colemanator/papyrus-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages