https://github.com/inaldor/alamojson
A networking request app using AlamoFire and JSON
https://github.com/inaldor/alamojson
alamofire github-api json network-requests
Last synced: 7 months ago
JSON representation
A networking request app using AlamoFire and JSON
- Host: GitHub
- URL: https://github.com/inaldor/alamojson
- Owner: inaldor
- License: mit
- Created: 2020-10-21T14:40:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T01:29:06.000Z (about 5 years ago)
- Last Synced: 2025-07-07T11:03:36.529Z (7 months ago)
- Topics: alamofire, github-api, json, network-requests
- Language: Swift
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlamoJson
A network request app
## About
This app is the result of my studies using AlamoFire and JSON. It is a simple app, only to check how AlamoFire works and how to deal with a JSON returned from the server, in this case, the Github API.
## Features
* List of all repositories on Github that has the name Tetris and was develop using Assembly programming language.
* Search of repositories by name and/or programming language. (TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/AlamoJson/blob/master/LICENSE)