npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

grepbible-server

v0.4.1

Published

grepbible-server is a server on top of [grepbible](https://en.wikipedia.org/wiki/Bible_citation) CLI tool.

Downloads

27

Readme

grepbible-server

grepbible-server is a server on top of grepbible CLI tool.

You are encouraged to use this project as a foundation or inspiration for crafting your own unique web UI built upon grepbible CLI tool. Whether you're looking to implement advanced features, integrate with other services, or simply experiment with new design concepts, this project is designed to be easily forkable and modifiable to suit your creative vision. Thus, although it's functional, it has rudimentary UI design on purpose, to make it easy to fork and build the design from scratch.

Demo

demo

The endpoint is available at langtools.io/gb to try.

Features

  • Full-text search: Search for words or phrases in the whole text (grep experience).
  • Search Capabilities: Look up individual verses, ranges of chapters, or specific passages across multiple translations.
  • Multiple Bible Versions: Easily switch between different Bible translations to compare interpretations and wording.
  • Local Caching: Bible versions are downloaded and stored locally for quick access and offline use.
  • Parallel and interleave text: Combine text blocks from different translations.

Self-hosting

Clone the project locally, and then run docker compose up .

Alternatively, you can pull the docker's image (here on port 4628):

docker pull axlit/grepbible-server

and run it

docker run -d -p 4628:4628 --name grepbible-server axlit/grepbible-server:latest

Installation

To install grepbible-server, you need to install grepbible CLI tool first, pip install grepbible should do it, consult this page for more details. Then you need to install the nodeJS server app: npm install grepbible-server

Alternatively, you can clone this project, and run npm start.

Contributing

Contributions to grepbible-server are welcome! Whether it's improving code, or reporting issues, or spreading the word, or financial support, your input is valuable.

Issues/bugs

To raise an issue, go to 'Issues' tab, and click on 'New issue'.

Code

To contribute code:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Commit your changes with clear, descriptive messages.
  4. Push your branch and submit a pull request.

Please ensure your code adheres to the project's style and quality standards. For major changes, please open an issue first to discuss what you would like to change.

Social

Feel free to spread the word or/and use the hashtag #grepbible in social media.

Material

Feel free to buy me a coffee: ko-fi

License

grepbible-server is open-source software licensed under the MIT License. See the LICENSE file for more details.