Giter Club home page Giter Club logo

12-rest-and-apis's Introduction

CF Lab 12: REST and APIs

Code of Conduct

Now that we understand how applications can handle different URLs, we can write code that communicates with other applications. Let each partner try out their own user info to get the chance to see their repos with their token. For today, please create a githubToken.js file in the root of your app. Open this file, create a variable, and store your access token. Add the new file to your .gitignore in the terminal by running echo githubToken.js >> .gitignore

TODOs - User Stories: MVP

  1. As a developer, I want to treat my GitHub repositories as a resource (with full MVC components), so that I can manage them within my blog.
  • You already have an aboutController.js,
  • so we need to add a repo.js model file,
  • and a repoView.js presentation layer.
  • GitHub API credentials should be stored in a local file (githubToken.js), but not committed to GitHub. Use .gitignore to prevent the file from being tracked (get help in lab if you don't know how to use .gitignore).
  • As the site owner, I want to highlight certain repos on my /about page so that everyone can see the great projects I am working on.
  • Retrieve and manipulate repo info in your model file.
  • You can choose exactly what API end point to use.
  • Craft an API query to return repos that you want to highlight.
  • Build out a Handlebars template in your view file to display these repos.

Stretch goals

  1. As the site owner, I want my lists of GitHub activity well designed, so visitors like looking at my page.
  • Start with a wireframe sketch of how you'd like the page to looking
  • Apply styles, as you've learned: icons, typography, colors, etc.
  1. As the site owner, I also want to show off other recent GitHub activity, so that everyone knows how active I am on GitHub.
  • Get creative with the data available to you via the GitHub API!
  • Want to create links to your gists?
  • Maybe highlight your GitHub followers, or whom you follow?

Technical Requirements and Grading Rubric

  • Ensure your code passes ESLint.
  • Place all code within the proper layer of MVC abstraction and encapsulation.
  • Use an authenticated ajax call to GitHub's API to get your repos.
  • DO NOT publish your GitHub Token to any public repo.

12-rest-and-apis's People

Contributors

alexgo74 avatar samhamm avatar

Watchers

James Cloos 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.