Code Monkey home page Code Monkey logo

ionic2-github-repo-fetch's Introduction

ionic2 / Angular 2 / TypeScript Example App

Screenshot

If you have never looked at ionic 2, I highly recommend going to their site and doing the quick tutorial.

This demo ionic 2 app fetches the repos of a github user, then displays them as a list of cards.

Each card shows the title and HUD of icons for common repo metrics. You can click on the card to view the github repo page via InAppBrowser cordova plugin.

I do want to give a S/O to @ashteya for ionic2-tutorial-github because her tutorial was a great starting point. This spinoff has inspiration from that tutorial, but it's mostly things that I was curious about and not covered in the tutorial.

Things that are different in this app...

  • Component with property using Input().
  • TypeScript Repo model for static typing.
  • GitHubRepoComponent to render the repo cards.
  • Conditionally disabling input.
  • Cordova Plugin Usage Via ionic-native.
  • Updated to latest Angular 2 / ionic 2.

How to run the app

  1. clone this repo && cd into the folder
  2. npm install
  3. ionic platform add ios
  4. ionic plugin add cordova-plugin-inappbrowser
  5. ionic emulate ios or ionic emulate android or ionic serve

Note: If you go with ionic serve or check it out on Ionic View (ID: 226ad799) be mindful of the fact that InAppBrowser is not supported!

#Possible future updates

  • replace html templates with jade.
  • add tests to show examples of testing.
Open an issue if you want to see something added or have any questions/suggestions!

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.