1.0.2 • Published 1 year ago

@ibrahim-rahhal/github-search-api v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Github Search API

Simple packages that wrap Github Search API, It also provides nice functionality like caching/ debouncing & ready to uses React hook

Installation

npm i --save @ibrahim-rahhal/github-search-api

Usage

import { useGithubSearch } from '@ibrahim-rahhal/github-search-api';
export const MyComponent = () => {
const { data, loading, error, hasMore } = useGithubSearch(
        'repositories',
        {
            disableCache: false,
            query: query as string,
            page,
            per_page: 20
        }
    );
 return <h1>test</h1>;
}
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago