Giter Site home page Giter Site logo

concurrency-lab's Introduction

Concurrency-Lab

Pursuit-Core-iOS-Concurrency-Lab

Summary

Create an app that loads a list of countries. Selecting a country will go to a detail view controller with more information about that country, including the conversion rate from their currency into USD.

Endpoints:

https://restcountries.eu/rest/v2/name/united http://data.fixer.io/api/latest?access_key=a17aef5ece92cf36d9c5963f7f4babf1&format=1 https://www.metaweather.com/api/ View Controller One:

This view controller should contain a:

Search Bar Table View Entering a term in the search bar should load the countries with a name matching the search term. Each cell should have:

An image of the flag The country's name The country's capital The country's population Selecting on a cell should segue to another View Controller View Controller Two:

An image of the flag

The country's name The country's capital The country's population Bonus: Combining APIs

The detail View Controller should also show the following properties. You will need to make a different network call to get this information:

The currency and the currency's value in USD The current weather

concurrency-lab's People

Contributors

kcamp92 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.