Jomy10 / PureSwift

A website listing packages that are written in pure Swift, or work in pure Swift (e.g. work on any platform).
https://pureswift.herokuapp.com/
MIT License
1 stars 1 forks source link

Implement search #7

Closed Jomy10 closed 2 years ago

Jomy10 commented 2 years ago

Implement a search api to search through the json files.

When someone goes to search, they can give in a search and the server will search through the packages.json, and categories.json and return the search results.

This can be accomplished with a route that accepts parameters like this: https://pureswift.herokuapp.com/search?query=Vapor

Jomy10 commented 2 years ago

This might be a good option: https://github.com/krisk/fuse-swift