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
- Host: GitHub
- URL: https://github.com/sepana-io/lens-search-frontend
- Owner: sepana-io
- Created: 2022-03-20T09:46:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T11:57:48.000Z (over 2 years ago)
- Last Synced: 2024-05-17T08:32:45.602Z (7 months ago)
- Language: TypeScript
- Size: 783 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - Sepana - Search and explore its posts, people, and connections. (Projects / Open Source)
README
## Searching the Lens protocol
Click here to search: https://lens.sepana.io/
## 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`## Explore a profile's social graph
## Easy sorting with Top, Recent, Profiles, Links, and Photo tabs
## 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.