Giter Club home page Giter Club logo

Comments (2)

wheresrhys avatar wheresrhys commented on June 16, 2024

I'm working to this lesson plan:

Tasks

API client

  • complete the fetchFromGithub function so that the getUserProfile test passes
  • /users/{username}/events/public is a github endpoint that returns all a user's activity on github. Use this, and the documentation about event types https://developer.github.com/v3/activity/events/types/, to retrieve a list of a user's pull requests by adding a getUserPullRequests method. The getUserPullRequests test should pass

Controllers

  • set up a cv controller that outputs your existing html cv, using handlebars templates
  • add your github user profile and pull request information to this page
  • extension task - use ?format=json to send a json only response
  • extension task - set up a user controller to send the same information, minus your CV, for any user. Try to minimise how much you copy and paste code - can some of the code you wrote for your cv page be extracted into another shared module in your /lib directory, or into shared template partials?

Middleware

  • add error handling middleware to send a 404 response if a user is not found, or a 503 error if anything else goes wrong

from node-cv-app.

TheoLeanse avatar TheoLeanse commented on June 16, 2024

that heroku guide looks good to me, only they can skip the 'prepare the app' section

from node-cv-app.

Related Issues (2)

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.