Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coveo-interface-editor

Package Overview
Dependencies
Maintainers
1
Versions
1330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveo-interface-editor

The JS Search is our awesome *search interface* written in TypeScript which communicate with the *index* via the *Search API*.

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
357
increased by121.74%
Maintainers
1
Weekly downloads
 
Created
Source

The JS Search is our awesome search interface written in TypeScript which communicate with the index via the Search API.

Getting started

install node / npm version 4        # https://nodejs.org/en/
cd path/to/cloned/repo
npm install -g gulp                  # Gulp is the build tool, -g to install globally (so you can call gulp directly in the cmd line)
npm install                         # Install all the local dependencies for the project
gulp                                # Compile the project (you may need to use ./node_modules/.bin/gulp).

See Gulpfile.js for more options.

Viewing the Interface Editor

From the jssearchlib\demo folder: node server.js # Runs the search interface in a local server on port 3000

With a browser, go to http://localhost:3000 to view the search interface and the interface editor

Troubleshooting

You receive no such package available -like NPM errors.

This project uses NPM packages from public and private repositories. Make sure those 2 repositories are accessed when resolving dependencies:

npm set registry https://registry.npmjs.org/
echo @coveo:registry=http://npm.corp.coveo.com >> ~/.npmrc

FAQs

Package last updated on 03 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc