Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Method for parsing courses #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

prabhpreet
Copy link
Contributor

Added method for parsing courses.

Added method for parsing courses.
@@ -172,6 +173,15 @@ def projects
end
end

def courses
@courses ||= @page.search('.background-courses .section-item').map do |institute|
i = {}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prabhpreet Change the name of the variable i

@yatish27
Copy link
Owner

@prabhpreet Add corresponding changes in README.md

@damianmarti
Copy link
Contributor

Can this PR be merged? Will be great to have this new feature!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants