Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/htmx-github-search
Github search using htmx and Node
https://github.com/rajasegar/htmx-github-search
github-search htmx
Last synced: 16 days ago
JSON representation
Github search using htmx and Node
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-github-search
- Owner: rajasegar
- Created: 2021-03-08T05:11:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T11:17:00.000Z (over 3 years ago)
- Last Synced: 2024-10-04T18:12:49.524Z (about 1 month ago)
- Topics: github-search, htmx
- Language: CSS
- Homepage: https://htmx-github-search.herokuapp.com/
- Size: 72.3 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - htmx-github-search - A GitHub Profile search component built using htmx. (Examples by Back-end / Express)
README
# htmx-github-search
Github search using [htmx](https://htmx.org) and Node.jsYou can see the app in live [here](https://htmx-github-search.herokuapp.com)
## Usage
Clone this repo, install dependencies and npm start
```
git clone https://github.com/rajasegar/htmx-github-search
cd htmx-github-search
npm install
npm start
```You can view the app in the browser at `localhost:3000`.
![demo gif](demo.gif)