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

https://github.com/mmorga/jsdex

Text indexer and Javascript library to access for non-public sites
https://github.com/mmorga/jsdex

Last synced: 4 months ago
JSON representation

Text indexer and Javascript library to access for non-public sites

Awesome Lists containing this project

README

          

# Jsdex

Builds an text index of a set of files (such as the posts for a blog)
and provides a JavaScript library that allows searching of the index
on the browser to return search results.

This is intended for use in static site generators like Jekyll and
Octopress and for use in places where an external search site would
not have access to spider the generated site (such as within on an
intranet).

## Installation

Add this line to your application's Gemfile:

gem 'jsdex'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jsdex

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request