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:
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/
.