Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Github search using htmx and Node

Awesome Lists containing this project

README

        

# htmx-github-search
Github search using [htmx](https://htmx.org) and Node.js

You 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)