Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 845 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 845 Bytes

A Project to help find devs and their job who uses github and might help someone in the future to find thier github profiles

- Do not Delete, Update any other files.
+ Update devData.json file with your dev details

How your devData.json should look like

{
    "dev":[
        {
            "name":"Adheel Ahmed C",
            "userName":"AdheelAhmed-D3CD",
            "jobStatus":"Web Developer",
            "country":"India",
            "currentEmployer":""
        }
+       ,
+       {
+           "name":"Your Name",
+           "userName":"Your Github Username",
+           "jobStatus":"Your Current Job Status",
+           "country":"Your Country",
+           "currentEmployer":"Your Current Company if you have a job"
+       }
    ]
}