Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sepana-io/lens-search-frontend

Search and discovery for Lens
https://github.com/sepana-io/lens-search-frontend

Last synced: about 1 month ago
JSON representation

Search and discovery for Lens

Lists

README

        

## Searching the Lens protocol

Click here to search: https://lens.sepana.io/
Screen Shot 2022-03-27 at 4 16 35 PM

## Search by content, keywords, hashtags, profiles, and more

- Full-text search based on `content`. Parse by: All of these words, Exact phrase, Any of these words, and Hashtags
- Search through `profiles` with bio keywords, from certain profiles and mentioning others, min followers posts
- Filter by `publications` based on min Mirrors, Comments, and Collects
- Select which Lens `App` to view content from
- Filter using `dates`

Screen Shot 2022-03-27 at 4 23 00 PM

## Explore a profile's social graph

Screen Shot 2022-03-27 at 4 24 19 PM

## Easy sorting with Top, Recent, Profiles, Links, and Photo tabs

Screen Shot 2022-03-27 at 4 25 43 PM

## How to spin up the frontend

Built with Typescript and React

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.