foobar-org / tasks-and-no-code

This repo is only for hosting issues to add to the project board. DO NOT PUSH ANY CODE OR RESOURCES TO THIS REPO.
0 stars 0 forks source link

Plan resources, tools, and high-level delegation strategy #2

Open LinnierGames opened 5 years ago

LinnierGames commented 5 years ago
LinnierGames commented 5 years ago

Tools for iOS Devs

A. Moya Pod (docs here) Helps organize multiple Swift networking layers to make requests to an API B. Bluetooth Pod (docs here, or this one)

Tools for Backend Devs

A. Glitch.me for our hosting and editing backend home page Our server is here B. Cron Jobs here

LinnierGames commented 5 years ago

APIs

A. SmartCar API reference B. Here APIs list

LinnierGames commented 5 years ago

Setup

  1. Install the updated version of cocoapods (check by running pod --version should be 1.7.4)
    • sudo gem install cocoapods
    • pod setup
    • pod --version
  2. Clone the repo foobar.com
  3. pod install that Podfile!