ra1028 / VueFluxExample-GitHub

VueFlux VueFluxReactive example project

Home Page:https://github.com/ra1028/VueFlux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueFluxExample-GitHub

This is an example project of VueFlux and VueFluxReactive using GitHub GET /search/users API.

📋 Requirements

  • Swift4.1+
  • Xcode9.3+
  • iOS 11.0+

🚀 Checking out Example & Dependencies

In order to install the dependencies, install Carthage beforehand and run make or make bootstrap command in the root directory.

⚠️ GitHub API Rate Limiting

GitHub search API has a rate limit rules.
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 for GitHubAccessToken key in info.plist, the rate limit allows you to make up to 30 requests per minute.

About

VueFlux VueFluxReactive example project

https://github.com/ra1028/VueFlux

License:MIT License


Languages

Language:Swift 98.3%Language:Makefile 1.7%