Practice and reinforce the concepts from Lesson 8
Discover environmental data APIs that can power climate action apps with focus on accessibility and global equity.
For each API test:
Technical Barriers:
Geographic Coverage:
Rate each API (1-5) for supporting:
Choose one API and create a simple function:
const getEnvironmentalInsight = async (lat, lng) => {
const response = await fetch(/* Your chosen API */);
const data = await response.json();
return {
location: { lat, lng },
airQuality: /* extract relevant data */,
recommendations: /* based on data levels */,
lastUpdated: /* timestamp */
};
};
Document:
Recommend best API for social impact goals with gap analysis.
Complete this activity and submit your work through the Activity Submission Form