ipfs-search.com search API
Microservice for searching the ipfs-search.com Elasticsearch index.
Statically generated documentation for the API can be found in the docs folder and beautifully rendered interactive documentation is hosted at Swagger.
There's a JavaScript/TypeScript client provided in the client folder and through npm.
Open the server folder and run:
npm install
npm start
This will start an API server listening on port 9615, expecting Elasticsearh to be available on port 9200 on the localhost.