Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqn/findex
Crawls a directory you give it to to search for .url files, then indexes those URLs into elasticsearch
https://github.com/tqn/findex
Last synced: about 2 months ago
JSON representation
Crawls a directory you give it to to search for .url files, then indexes those URLs into elasticsearch
- Host: GitHub
- URL: https://github.com/tqn/findex
- Owner: tqn
- Created: 2015-10-09T16:53:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T00:00:11.000Z (about 9 years ago)
- Last Synced: 2023-02-28T02:26:51.839Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# findex
[![GitHub release](https://img.shields.io/github/release/tqn/findex.svg?style=flat-square)](https://github.com/tqn/findex/releases/latest)
[![Travis](https://img.shields.io/travis/tqn/findex.svg?style=flat-square&branch=master)](https://travis-ci.org/tqn/findex)
[![Code Climate](https://img.shields.io/codeclimate/github/tqn/findex.svg?style=flat-square)](https://codeclimate.com/github/tqn/findex)
[![Coveralls](https://img.shields.io/coveralls/tqn/findex.svg?style=flat-square)](https://coveralls.io/github/tqn/findex)
[![David](https://img.shields.io/david/tqn/findex.svg?style=flat-square)](https://david-dm.org/tqn/findex#info=dependencies)
[![David](https://img.shields.io/david/dev/tqn/findex.svg?style=flat-square)](https://david-dm.org/tqn/findex#info=devDependencies)Crawls a directory you give it to to search for `.url` files, then indexes those URLs into [Elasticsearch](https://www.elastic.co/products/elasticsearch).
## Setup
1. Install this package globally with `npm i -g tqn/findex#[VERSION TAG]`.
2. Invoke with `findex`### To Configure
1. Run `findex --config` to find the location of the configuration file.
2. Edit the file.## Todo
- [ ] Increase coverage.