https://github.com/ra1028/vuefluxexample-github
VueFlux VueFluxReactive example project
https://github.com/ra1028/vuefluxexample-github
example flux ios reactive swift unidirectional-data-flow vueflux
Last synced: 3 months ago
JSON representation
VueFlux VueFluxReactive example project
- Host: GitHub
- URL: https://github.com/ra1028/vuefluxexample-github
- Owner: ra1028
- License: mit
- Created: 2018-03-12T08:57:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T17:55:19.000Z (about 7 years ago)
- Last Synced: 2025-02-28T07:32:32.123Z (4 months ago)
- Topics: example, flux, ios, reactive, swift, unidirectional-data-flow, vueflux
- Language: Swift
- Homepage: https://github.com/ra1028/VueFlux
- Size: 2.35 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VueFluxExample-GitHub
This is an example project of [VueFlux and VueFluxReactive](https://github.com/ra1028/VueFlux) using GitHub `GET /search/users` API.
## :clipboard: Requirements
- Swift4.1+
- Xcode9.3+
- iOS 11.0+## :rocket: Checking out Example & Dependencies
In order to install the dependencies, install [Carthage](https://github.com/Carthage/Carthage) beforehand and run `make` or `make bootstrap` command in the root directory.## :warning: GitHub API Rate Limiting
GitHub search API has a [rate limit rules](https://developer.github.com/v3/search/#rate-limit).
For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute.
Enable Basic Authentication by enter your [GitHub personal access token](https://github.com/settings/tokens) for `GitHubAccessToken` key in `info.plist`, the rate limit allows you to make up to 30 requests per minute.