Skip to content

Commit

Permalink
Update lsh-tutorial.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michieriffic committed Aug 23, 2016
1 parent 418526d commit 4c35b2e
Showing 1 changed file with 61 additions and 10 deletions.
71 changes: 61 additions & 10 deletions lsh-tutorials.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"title": "LSH Tutorials",
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials",
"programmingLanguageDetails": [
{
"name": "HTML",
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML"
},
{
"name": "CSS",
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS"
},
{
"name": "Javascript",
"url": "https://developer.mozilla.org/en-US/docs/Web/Javascript"
}
],
"frameworkDetails": [
{
"name": "AngularJS",
"url": "https://angularjs.org"
},
{
"name": "Bootstrap",
"url": "http://getbootstrap/"
}
],
"tutorials": [
{
"topic": "Learn AngularJS",
Expand All @@ -14,11 +38,11 @@
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167",
"speakersContactInfo": {
"name": "Aashni Shah",
"location": "Toronto, Canada",
"email": "[email protected]",
"github": "https://github.com/aashnisshah"
},
"level": "Beginner",
"previousSkillRequired": "HTML/CSS and some Javascript would be a bonus",
"technologiesRequired": [
"laptop",
"internet",
Expand All @@ -27,17 +51,44 @@
"chrome plugin: ng-inspector for AngularJS",
"HTTPServer"
],
"frameworks": [{
"name": "Angular JS",
"uRL": "http://swapi.co/"
}, {
"programmingLanguageUsed": [
{
"name": "HTML",
"isRequired": true,
"notes": ""
},
{
"name": "CSS",
"isRequired": true,
"notes": ""
},
{
"name": "Javascript",
"isRequired": false,
"notes": "It's a plus if your know Javascript"
}
],
"frameworksUsed": [
{
"name": "AngularJS",
"isRequired": false,
"notes": ""
},
{
"name": "Bootstrap",
"uRL": "http://getbootstrap/"
}],
"APIs": [{
"isRequired": false,
"notes": ""
}
],
"apisUsed": [
{
"name": "Star Wars API",
"uRL": "http://swapi.co/"
}]
"isRequired": false,
"uRL": "http://swapi.co/",
"isDeveloperAccountRequired": false,
"notes": ""
}
]
}
]
}

0 comments on commit 4c35b2e

Please sign in to comment.