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

JavaScript AJAX Basics (retiring) AJAX and APIs Displaying the Photos

Can I make my own version of this on Codepen.io or do I need to use my own server with my API key?

I want to make a variation of this app. The fastest way would be to use something like Codepen.io, but I'd like to use my own text editor locally instead. Will that require me to actually upload the files to a web server in order for it to work? Dave McFarland, if you would like to chime in on this please do!

2 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

HI Josh Hicks

Unlike most AJAX requests, JSONP requests aren't exactly true AJAX and don't require a server. You can work locally on the Flickr app.

Thanks!