Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamchamb/lunr2sql
https://github.com/jamchamb/lunr2sql
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamchamb/lunr2sql
- Owner: jamchamb
- Created: 2015-01-22T00:45:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T21:32:28.000Z (almost 10 years ago)
- Last Synced: 2024-11-01T10:03:08.906Z (13 days ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
lunr2sql
========
Create a SQLite database for client-side search of the [places index](https://github.com/oss/placesindex).
Retains the custom [lunr](https://github.com/olivernn/lunr.js) tokens (special abbreviations, etc.).#### Usage
```
npm install
wget https://../places.txt
node lunr2sql
sqlite3 places.db < out.sql
```