Skip to content
This repository was 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
Aug 14, 2023
Aug 14, 2023
May 1, 2022
May 1, 2022
May 1, 2022
May 14, 2022
May 14, 2022
May 14, 2022

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