Skip to content

An API that outputs a list of developer advocates with their details such as where they work, social links, bio, etc.

License

Notifications You must be signed in to change notification settings

itslewisndungu/codebattles-october-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebattles October Hackathon

An API that outputs a list of developer advocates with their details such as where they work, social links, bio, etc.

Why?

To enable developer advocates to find and collaborate with other developer advocates.

Sample output

// advocates/:id
{
  "advocates": [
    {
      "profile_pic": "https://pbs.twimg.com/profile_images/1489066537407365126/iViPGBVE_400x400.jpg",
      "username": "dennisivy11",
      "name": "Dennis Ivy",
      "bio": "YouTuber, contributor at @traversymedia , developer advocate @agoraio and online instructor.",
      "twitter": "https://twitter.com/dennisivy11"
    }
  ]
}

About

An API that outputs a list of developer advocates with their details such as where they work, social links, bio, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages