lupajs

1.0.0 • Public • Published

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:

  1. Go to File > Share > Publish to web

  2. In the Publish to the web modal do the following:

    1. Select the sheet which contains the search engine records.

    2. Click the green Publish button.

    3. Confirm that you want to publish the selected sheet to the web.

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

Package Sidebar

Install

npm i lupajs

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

517 kB

Total Files

17

Last publish

Collaborators

  • westc