Giter Site home page Giter Site logo

prime_peer_ajax_01's Introduction

prime_peer_ajax_01

Oh hi! I didn't see you there.

In this challenge you will be reading through and interacting with Github's developer API.

Useful links

jQuery Ajax documentation is here.

The API Docs are located here.

Postman for Chrome is located here.

Postman for Chrome as a packaged app is located here.

Github!

Github, being as awesome as they are, fully support CORS requests! No hacks required.

Assignment!!!

  1. Display github username - login

  2. link to github user page - html_url

  3. display profile image - avatar_url

  4. display some public info - location

  5. search page Read through the Github API Developer documentation. Using this documentation you need to construct an Ajax application page that will display one of your Github user's names (and a link to the user's Github page), profile images and some public information you've shared on Github.

Once you've got that working, modify the application to be a search page that will search all users and display the information detailed above for the searched user (or display a message when the user is not found).

Hint: Be sure to leverage encodeURI just in case the user types something weird!

For this assignment, you are only accessing public information and should not need an API Key or to even authenticate.

Hard Mode

In addition to showing the user's information, also list of all of that user's public repository names (with links to them) and their descriptions.

Pro Mode

Style your application page with Bootstrap, and be sure to optimize for mobile devices (shrink your browser and expand it back and forth to test this).

prime_peer_ajax_01's People

Contributors

mliq avatar

Watchers

James Cloos avatar  avatar

Forkers

marywhite

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.