Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

vimcolorschemes/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimcolorschemes/search

This the search API used by vimcolorschemes.

It's a AWS Lambda function built with Golang and has 2 functions:

  • Store: Receive repositories from a daily build of the app, and store it in a MongoDB database to be used as a search index.
  • Search: Receive search parameters and return a list of repositories matching the request.

Get started

Instructions on how to set the search API locally are coming soon...