the new search engine
make-the-search-a-better-place is a search tools that merge subjects in results to get a better experience.
This repository contains the source code for the search API.
The search api consists in the following main components:
- Node modules to manage the rest api and to connect with externals modules.
- A server exposing an API to interact with third-party services and returns sorted search results.
- Node 0.10.x & NPM
Use whatever you want to install them (from source, homebrew, apt).
Run the API server:
npm install
npm start
The server should be running on http://localhost:3000.
Everything works around one branch (master
) to follow the Github Flow.
Test your code and existing (not yet tested) code if possible.