Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inaldor/github-repo-search
A Github repository search app
https://github.com/inaldor/github-repo-search
alamofire github-api json swift swiftyjson
Last synced: 20 days ago
JSON representation
A Github repository search app
- Host: GitHub
- URL: https://github.com/inaldor/github-repo-search
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:34:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T01:27:03.000Z (over 4 years ago)
- Last Synced: 2025-01-20T09:49:33.714Z (21 days ago)
- Topics: alamofire, github-api, json, swift, swiftyjson
- Language: Swift
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-Repo-Search
A Github repository search app## About
This app is the result of my studies using AlamoFire and SwiftyJSON. It is a simple app, only to check how AlamoFire works and how to deal with a JSON returned from the server using SwiftyJSON. You can use the app to search for a repository on Github by name.## Features
* List all repositories on Github that match the criteria of the search. In this case by the name of the repository.
* Tap in an item of the list will show his details, like the forks count and open issues.
* Search of repositories by more criteria like: by programming language, number of stars, number of followers, etc...(TODO)## License
This project is licensed under the [MIT License](https://github.com/inaldor/Github-Repo-Search/blob/master/LICENSE)