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
Fernando Zablah
1,516 PointsAdapting web page information in app
Hey so I have another question I want to get data from this page http://www.futhead.com Especifically the skills of the players can I adapt that information so my app can understand it like who is better? I want that if i compare 2 players it tells who is better
This might be my first app
Thanks
2 Answers
Amit Bijlani
Treehouse Guest TeacherTo get data from a website they have to provide it via an API. Usually sites have a developers section that talks about their API and how you can implement it, i.e. https://dev.twitter.com//. Although, the site you mentioned above does not seem to have an API.
Fernando Zablah
1,516 PointsThanks !!