Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ASSIGNMENT 4: EXTENDING THE PLATFORM This application integrates social media functionality with real-time data retrieval from LastFM and OpenWeather APIs. It allows for dynamic message transclusion, enriching social media posts with current weather information and music charts data. ## Features - **Weather Data Integration**: Fetch and display current weather information in posts using the OpenWeather API. - **Music Data Integration**: Incorporate top artist information in posts from the LastFM API. - **Message Transclusion**: Automatically replace keywords in messages with relevant data from integrated APIs. - **Error Handling**: Robust error handling for API requests and data processing.