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

https://github.com/summerblue/githunt-x

fork from kamranahmedse/githunt add feature like: night mod, search, more time filter, next page ...
https://github.com/summerblue/githunt-x

Last synced: 2 months ago
JSON representation

fork from kamranahmedse/githunt add feature like: night mod, search, more time filter, next page ...

Awesome Lists containing this project

README

        

## Intro:

Fork from https://github.com/kamranahmedse/githunt , add features:

1. night mod;
2. add more date filer;
3. default 100 item per page;
4. add repo's [Last Commit] time;
5. search keyword;
6. next page。

## Manual import

After cloning the project,do the following.

1. Install dependency:

```
yarn install
```

2. Build the chrome extention

```
yarn build-chrome
```

will generate a [build] folder

3. Open your Chrome -> extensions -> load unpack extension, choose the [build] folder.

## Development

```
yarn start
```

-----




## License

MIT © [Summer](https://learnku.com)
MIT © [Kamran Ahmed](https://kamranahmed.info)