Skip to content

Commit

Permalink
Update lsh-tutorials.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michieriffic authored Aug 23, 2016
1 parent 82ae717 commit 418526d
Showing 1 changed file with 39 additions and 16 deletions.
55 changes: 39 additions & 16 deletions lsh-tutorials.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,43 @@
{
"title": "LSH Tutorials",
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials",
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials",
"tutorials": [
{
"topic": "Learn AngularJS",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs",
"location": "Online",
"date": "August 16, 2016",
"time": "5 pm EST",
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167/?notif_t=admin_plan_mall_activity&notif_id=1471737496700206",
"speakersContactInfo": {
"name": "Aashni Shah",
"email": "[email protected]"
},
"level": "Beginner",
"previousSkillRequired": "HTML/CSS and some Javascript would be a bonus"
}
]
{
"topic": "Learn AngularJS",
"description": "Learn AngularJS - From hello world to building your own directory of Star Wars",
"writeUp": "http://blog.aashni.me/2016/08/angularjs-an-introduction/",
"youtubeVideo": "",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs",
"location": "Online",
"date": "August 16, 2016",
"time": "5 pm EST",
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167",
"speakersContactInfo": {
"name": "Aashni Shah",
"email": "[email protected]",
"github": "https://github.com/aashnisshah"
},
"level": "Beginner",
"previousSkillRequired": "HTML/CSS and some Javascript would be a bonus",
"technologiesRequired": [
"laptop",
"internet",
"text editor",
"internet browser (preferrably chrome)",
"chrome plugin: ng-inspector for AngularJS",
"HTTPServer"
],
"frameworks": [{
"name": "Angular JS",
"uRL": "http://swapi.co/"
}, {
"name": "Bootstrap",
"uRL": "http://getbootstrap/"
}],
"APIs": [{
"name": "Star Wars API",
"uRL": "http://swapi.co/"
}]
}
]
}

0 comments on commit 418526d

Please sign in to comment.