url = data['userInformation']['url']
firstName = data['userInformation']['firstName']
lastName = data['userInformation']['lastName']
email = data['userInformation']['email']
phoneNumber = data['userInformation']['phoneNumber']
education = data['userInformation']['education']
experience = data['userInformation']['experience']
skills = data['userInformation']['skills']
resumate accepts these values from the user and generates a resume suited to the job listing they provided
Log in or sign up for Devpost to join the conversation.