-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.json
181 lines (181 loc) · 6.32 KB
/
repos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"repoList": [
{
"altText": "A screenshot of a Random Quote Machine Website built by Tyler Moeller",
"created": "November 22, 2015",
"description": "A website that provides random quotes from the <a href=\"http://forismatic.com/en/api/\">Forismatic API</a>.",
"id": "repoModal1",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Bootstrap CSS"
],
"name": "Random Quote Machine",
"screenshot": "https://tylermoeller.github.io/fccfe/random-quote-machine/img/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/random-quote-machine"
},
{
"altText": "A screenshot of a Tic-Tac-Toe Website built by Tyler Moeller",
"created": "March 16, 2016",
"description": "Tic-Tac-Toe in JavaScript with basic AI, making it challenging yet beatable.",
"id": "repoModal2",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Bootstrap CSS"
],
"name": "Tic-Tac-Toe",
"screenshot": "https://tylermoeller.github.io/fccfe/tic-tac-toe/assets/img/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/tic-tac-toe"
},
{
"altText": "A screenshot of a website that uses the Twitch.TV API built by Tyler Moeller",
"created": "November 22, 2015",
"description": "An example of using the Twitch.tv API to get information about specific channels.",
"id": "repoModal3",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Materialize CSS",
"Animate CSS"
],
"name": "Twitch.tv API Example",
"screenshot": "https://tylermoeller.github.io/fccfe/twitchtv-json-api-example/img/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/twitchtv-json-api-example"
},
{
"altText": "A screenshot of a Simon Says Website built by Tyler Moeller",
"created": "March 19, 2016",
"description": "A game of Simon Says, written in JavaScript.",
"id": "repoModal4",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Bootstrap CSS"
],
"name": "Simon Says",
"screenshot": "https://tylermoeller.github.io/fccfe/simonsays/img/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/simonsays"
},
{
"altText": "A screenshot of a Website built by Tyler Moeller that lets you search Wikipedia",
"created": "February 26, 2016",
"description": "An example of using the WikiMedia API to search for Wikipedia Articles.",
"id": "repoModal5",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Materialize CSS"
],
"name": "Wikipedia Search Viewer",
"screenshot": "https://tylermoeller.github.io/fccfe/WikipediaSearchViewer/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/WikipediaSearchViewer"
},
{
"altText": "A screenshot of the Node.js learnyounode workshop completed by Tyler Moeller",
"created": "Oct 18, 2015",
"description": "A collection of answers for the NodeSchool workshops I have completed so far. I am continuing to finish new exercises regularly and help others do the same in regular NodeSchool meetups.",
"id": "repoModal6",
"langs": [
"Node.js",
"JavaScript",
"Express.js",
"Pug (Jade)"
],
"name": "NodeSchool Workshops Completed",
"screenshot": "https://github.com/TylerMoeller/nodeschool/raw/master/learnyounode/learnyounode-900x650.png",
"url": "https://github.com/TylerMoeller/nodeschool"
},
{
"altText": "A screenshot of a local weather Website built by Tyler Moeller",
"created": "September 27, 2015",
"description": "An example of using the Weather Underground API to get current weather conditions for any city.",
"id": "repoModal7",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"jQuery-UI",
"Bootstrap CSS"
],
"name": "Current Weather in Any City",
"screenshot": "https://tylermoeller.github.io/fccfe/local-weather-app/assets/img/screenshot.jpg",
"url": "https://tylermoeller.github.io/fccfe/local-weather-app"
},
{
"altText": "A screenshot of a Pomodoro Session Timer Website built by Tyler Moeller",
"created": "October 1, 2015",
"description": "A pomodoro timer for tracking your <a href=\"https://en.wikipedia.org/wiki/Pomodoro_Technique\">pomodoro sessions</a>!",
"id": "repoModal8",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Bootstrap CSS"
],
"name": "Pomodoro Timer",
"screenshot": "https://tylermoeller.github.io/fccfe/pomodoro-timer/screenshot.png",
"url": "https://tylermoeller.github.io/fccfe/pomodoro-timer"
},
{
"altText": "A screenshot of a JavaScript Calculator Website built by Tyler Moeller",
"created": "October 17, 2015",
"description": "A JavaScript calculator.",
"id": "repoModal9",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Bootstrap CSS"
],
"name": "Calculator",
"screenshot": "https://tylermoeller.github.io/fccfe/js-calculator/assets/img/screenshot.png",
"url": "https://tylermoeller.github.io/fccfe/js-calculator"
},
{
"altText": "A screenshot of a Motivational Poster Generator Website built by Tyler Moeller",
"created": "September 9, 2016",
"description": "A website that generates random \"Motivational\" posters thanks to the <a href=\"https://en.wikiquote.org/w/api.php\">Wikiquote</a> and <a href=\"https://unsplash.com/developers/\">Unsplash</a> APIs.",
"id": "repoModal10",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Materialize CSS"
],
"name": "Motivational Poster Generator",
"screenshot": "https://tylermoeller.github.io/motivational-posters/img/screenshot.jpg",
"url": "http://tylermoeller.github.io/motivational-posters"
},
{
"altText": "A screenshot of an Example NodeSchool Survey built by Tyler Moeller",
"created": "August 4, 2016",
"description": "An example survey page, designed like Google Forms, for reaching out to NodeSchool participants for feedback after a Meetup event. Responses intended for <a href=\"https://www.npmjs.com/package/survey-maker\">survey-maker</a>, a REST-based server for conducting simple surveys.",
"id": "repoModal11",
"langs": [
"HTML5",
"CSS3",
"JavaScript",
"jQuery",
"Materialize CSS"
],
"name": "NodeSchool Survey Example",
"screenshot": "https://tylermoeller.github.io/nodeschool-survey/screenshot.png",
"url": "http://tylermoeller.github.io/nodeschool-survey"
}
]
}