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 Build a REST API With Express Completing and Testing the API Next Steps

Khaled Pendleton
Khaled Pendleton
20,430 Points

Does this work for mobile?

You cover how to allow web browsers to communicate with the api. Do any specific changes need to be made to this api in order for it to work with a mobile app?

1 Answer

Michael Liendo
Michael Liendo
15,326 Points

That's the beauty of an API: it's agnostic in terms of who uses it. So a phone, tablet, computer, IOT device, etc can pull info from it.