APIs to build Awesome JavaScript Projects

  1. GitHub API

    To find users on the basis of Programming language and country. https://api.github.com/search/users?q=type:user+language:${formData.language}+location:${formData.country}&page=1

    Projects: https://octohunt.com/

    To find a single user

    https://api.github.com/users/${userName}

    To find user Repositories

    https://api.github.com/users/${userName}/repos?page=1

    Projects: https://pritam-kr.github.io/Github-profile/

  2. Random Paragraph generator http://metaphorpsum.com/

Last updated