Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Treehouse API? How do I display my account's learning progress on an external site?

I'm looking for a way to dynamically pull data from my user account to track my progress on teamtreehouse.com on my site. Is there an API for fetching my educational progress and displaying it on an external site?

Thanks!

3 Answers

This is actually a WP plugin now, if you're building a wordpress site.

And for a static site: http://codepen.io/rileyhilliard/pen/BovGu

I Have actually converted this into a full jQuery Plugin. You can use, modify, or contribute to the project on GitHub.

That's awesome! Exactly what I was looking for.

Thanks, guys! I will probably go the jQuery route for the sake of platform independence. Excited to integrate this into a resume page, FWIW.