{"id":20365598,"url":"https://github.com/hackyourfuture/usingapis","last_synced_at":"2025-04-12T04:46:38.999Z","repository":{"id":45561614,"uuid":"332802807","full_name":"HackYourFuture/UsingAPIs","owner":"HackYourFuture","description":"This repository contains all the material for the HackYourFuture Using API's module","archived":false,"fork":false,"pushed_at":"2024-06-12T10:11:15.000Z","size":4383,"stargazers_count":10,"open_issues_count":3,"forks_count":65,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-12T04:46:33.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HackYourFuture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T16:04:25.000Z","updated_at":"2024-09-12T10:45:55.000Z","dependencies_parsed_at":"2024-06-12T12:30:58.937Z","dependency_job_id":"dca04e7f-1847-49d8-91bf-258749cbc88a","html_url":"https://github.com/HackYourFuture/UsingAPIs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FUsingAPIs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FUsingAPIs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FUsingAPIs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FUsingAPIs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackYourFuture","download_url":"https://codeload.github.com/HackYourFuture/UsingAPIs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519470,"owners_count":21117757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T00:18:58.695Z","updated_at":"2025-04-12T04:46:38.979Z","avatar_url":"https://github.com/HackYourFuture.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Please help us improve and share your feedback! If you find better tutorials\n\u003e or links, please share them by [opening a pull request](https://github.com/HackYourFuture/UsingAPIs/pulls).\n\n# Module #4 - Using APIs (Frontend)\n\n![Using APIs](./assets/usingapis.png)\n\nWelcome to Using API's! Congratulations on making it this far. You're well on your way to the top!\n\nA big part of being a programmer means moving data from one place to another. It also means working with other people's software. In this module you'll be learning about one of the core things of what makes a web developer: working with APIs!\n\n## Learning goals\n\nIn order to successfully complete this module you will need to master the following:\n\n- Learn what an `Application Programming Interface` (API) is\n- Understand how to write more readable `asynchronous JavaScript`\n- Connect with different `public APIs`\n- Build a `Single Page Application` (SPA)\n\n## How to use this repository\n\n### Repository content\n\nThis repository consists of 2 essential parts per week:\n\n1. `README`: this document contains all the required theory you need to understand **while** working on the assignments. It contains not only the right resources to learn about the concepts, but also lectures done by HackYourFuture teachers. This is the **first thing** you should start with every week\n2. `MAKEME`: this document contains the instructions for each week's assignments. Start with the exercises rather quickly, so that you can ground the concepts you read about earlier.\n\n### How to study\n\nLet's say you are just starting out with the Using API's module. This is what you do...\n\n1. The week always starts on **Wednesday**. First thing you'll do is open the `README.md` for that week. For the first week of `Using API's`, that would be [Week1 Reading](/Week1/README.md)\n2. You spend **Wednesday** and **Thursday** going over the resources and try to get a basic understanding of the concepts. In the meanwhile, you'll also implement any feedback you got on last week's assignments (from the JavaScript2 module)\n3. On **Friday** you start with the assignments, found in the `MAKEME.md`. For the first week of `Using API's`, that would be [Week1 Assignments](/Week1/MAKEME.md)\n4. You spend **Friday** and **Saturday** playing around with the exercises and write down any questions you might have\n5. **DEADLINE 1**: You'll submit any questions you might have before **Saturday 23.59**, in the class channel\n6. On **Sunday** you'll attend class. It'll be of the Q\u0026A format, meaning that there will be no new material. Instead your questions shall be discussed and you can learn from others\n7. You spend **Monday** and **Tuesday** finalizing your assignments\n8. **DEADLINE 2**: You submit your assignments to the right channels (GitHub) before **Tuesday 23.59**. If you can't make it on time, please communicate it with your mentor\n9. Start the new week by going back to point 1!\n\nIn summary:\n\n![Weekflow](assets/weekflow.png)\n\nTo have a more detailed overview of the guidelines, please read [this document](https://docs.google.com/document/d/1JUaEbxMQTyljAPFsWIbbLwwvvIXZ0VCHmCCN8RaeVIc/edit?usp=sharing) or ask your mentor/class on Slack!\n\n## Planning\n\n| Week | Topic | Reading Materials | Assignments |\n| ---- | ----- | ----------------- | -------- |\n| 1.   | Synchronous vs asynchronous, Callbacks, Promises, The Event Loop                | [Reading W1](/Week1/README.md) | [Assignments W1](/Week1/MAKEME.md) |\n| 2.   | Application Programming Interface (API), Fetch, Async/await                     | [Reading W2](/Week2/README.md) | [Assignments W2](/Week2/MAKEME.md) |\n| 3.   | Individual project + Interview as test                                          | [Project](/Week3/README.md)    |\n\n## Finished?\n\nDid you finish the module? High five!\n\nIf you feel ready for the next challenge, click [here](https://www.github.com/HackYourFuture/Node.js) to go to Node.js!\n\n_The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackyourfuture%2Fusingapis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackyourfuture%2Fusingapis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackyourfuture%2Fusingapis/lists"}