UI assignment :
Task # 1:
- Go to this url - condos.ca
- Input location Toronto and select Toronto from Areas
- You will get a list of properties on that page.
- Print all the price values in sorted order (descending order) on the console from the first page
- Select the 5th property on that list (it's changing every minute, so it’s dynamic) and go to details.
- From the property details page, get the all Rooms info (name, size and features), store them on a json file and set the filename with the property address(street name).
API assignment: Task # 1
- Use https://randomuser.me/api/ and make a list of five names (first name only) from the API response.
- Use these apis for each of them - • https://api.agify.io/?name=firstName • https://api.genderize.io/?name=firstName • https://api.nationalize.io/?name=firstName
- Print the details of each person in console in ascending order by age