jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Integrate backend API #16

Closed jadnco closed 8 years ago

jadnco commented 8 years ago

Should use the request-promise module.

jadnco commented 8 years ago

Decided not to use request-promise, but the built-in fetch.

jadnco commented 8 years ago

Closing this because the API has been largely implemented. It is a bit messy right now, might make sense to eventually integrate some sort of request Store module, but that should be a separate issue.