-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Ability to get data of multiple institutes
It's a bit tricky, but i have the following approach in my mind.
We create, json file that will define structure of university data what we want to get.
url, field blah blah , so demonstration here is look of sample
{
"riphah": {
"url" : "https://riphah.edu.pk",
"facilities": {
"computing": {
"end": "/faculty/ict-computing",
"members" : {
"end": "/faculty-members"
}
}
}
}
}and every data will be saved in json file, on university name we create directory, and all data will be under data directry,
@usman-naeem
what do you think?
muhammadusmannaeem