lupajs
v1.0.0
Published
Quickly make a simple search engine based on a Google Sheet or JSON data.
Downloads
2
Readme
LupaJS
Quickly make a simple search engine based on a Google Sheet or JSON data.
How To Use LupaJS with Google Sheets
Standard Column Headers
You will need a Google Sheet that has the following column headers listed (case-insensitive) in the first row:
- Title
- URL
Optionally you can have the following two columns (case-insensitive):
- Description
- Keywords
Publish to the Web
Once you have created a Google Sheet with the aforementioned columns and you have put data in it you will then need to publish the sheet to the web. You can accomplish this by doing the following:
Go to
File
>Share
>Publish to web
In the
Publish to the web
modal do the following:Select the sheet which contains the search engine records.
Click the green
Publish
button.Confirm that you want to publish the selected sheet to the web.
Copy the produced URL corresponding to your newly published sheet.
Continued Development of LupaJS
Set Up for Development
Install of the development dependencies by running npm install
.
Generate Dist Files
Execute npm start
to run gulp and then edit one of the three files in src/
.