Skip to content

Instantly share code, notes, and snippets.

View mzibari's full-sized avatar

mzibari

View GitHub Profile
@mzibari
mzibari / Quiz App
Last active February 21, 2020 02:48
Live Page:
https://mzibari.github.io/quiz-bloc/
Repo:
https://github.com/mzibari/quiz-bloc
Headline:
Mahmood Nihad, Full Stack Web Developer
BIO:
Mahmood Nihad is a student of the Full Stack Web Development Career Path bootcamp at Thinkful , he’s an amature photographer, a cat person and of course a Gamer. Dark Souls is the greatest game ever made. Development has been his passion ever since he was first introduced to the concepts of programming and how a world problem can be translated into logical statements that a machine can understand and interpret. He’s proficient in HTML/HTML5, CSS, JavaScript and JQuery, and has a good working knowledge of Java and Python. Very comfortable using Git and GitHub environments. He is always eager to learn new technologies and ready to adapt to any changes the industry has to offer.
Contact Info:
Email: m.zibari@gmail.com
Cell#: (682) 410 - 2016
The images are in a comment
https://mzibari.github.io/portfolio/
https://github.com/mzibari/portfolio
Imagine going to the library
You have a subject that you want to learn more about, that subject will translate into a book (you are the browser parsing a URL)
You will go to the librarian and ask for that book (The browser sending the domain name to the ISP)
The librarian will look up the book in their database (The ISP looks up the IP address in DNS)
The librarian then give the location of that book (ISP sends the IP address to the browser)
You will go to that location and retrieve the book (The browser opens a connection to the server located at the IP address)
You will start going through the book looking for the subject you're interested in (The browser sends a request to the server)
You will read about that subject, basically the book giving you the information you need (The server sends a response)
https://docs.google.com/drawings/d/1itXK0kgXpeFUKfZy8hoADiAqjZ6NZEYHWIZ15suzZJI/edit
subscription list endpoint required parameter is (part)the data type is string, and a valid value is "snippet"
optional endpoints are, (order) which is a string and an example is "alphabatically", and (maxResults) which an unassinged integer and an exmaple is "49"
Statue of Liberty
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJPTacEpBQwokRKwIlDXelxkA&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJkTSMtF3cTYYRhiOT3__OkWM&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
subscription list endpoint required parameter is (part)the data type is string, and a valid value is "snippet"
optional endpoints are, (order) which is a string and an example is "alphabatically", and (maxResults) which an unassinged integer and an exmaple is "49"
Statue of Liberty
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJPTacEpBQwokRKwIlDXelxkA&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJkTSMtF3cTYYRhiOT3__OkWM&key=AIzaSyANwTbHZrFkT3GEfbZnEQ6gD78bZhi4GpA
https://repl.it/@MZibari/random-dog-1
https://repl.it/@MZibari/random-dog-2
https://repl.it/@MZibari/random-dog-3
https://mzibari.github.io/nps-api/
https://github.com/mzibari/nps-api
The user can search for an artist, the app will display the band/artist biography, an image, the genre of music, formed year,a link to their website and the ability to search for songs. When searching for a song the user will get a youtube video and the lyrics for that song.
I will be using 3 API's:
https://www.theaudiodb.com/api_guide.php to get all the info about the artist
https://developers.google.com/youtube/ to get the youtube music video
https://lyricsovh.docs.apiary.io/#reference/0/lyrics-of-a-song/search to get the lyrics of the song