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

https://github.com/0xhappydev/flutter-github-feed

Flutter app to browse a rich feed of GitHub activity.
https://github.com/0xhappydev/flutter-github-feed

flutter github

Last synced: 3 months ago
JSON representation

Flutter app to browse a rich feed of GitHub activity.

Awesome Lists containing this project

README

          

# Githubby

A Flutter application for viewing a rich feed of GitHub activity.

## Getting Started

1. Create a personal access token on GitHub
2. Create a `data.env` file in the root of the project. Add a value called `GH_SECRET_KEY` and set it equal to your personal access

token:
```
GH_SECRET_KEY=
```

3. And run this command:
```
git update-index --skip-worktree data.env
```