{"id":17070533,"url":"https://github.com/oakmac/intro-to-ajax","last_synced_at":"2025-05-07T10:14:54.751Z","repository":{"id":66970598,"uuid":"155710323","full_name":"oakmac/intro-to-ajax","owner":"oakmac","description":"Introduction to AJAX Programming","archived":false,"fork":false,"pushed_at":"2018-11-03T18:49:19.000Z","size":64,"stargazers_count":2,"open_issues_count":2,"forks_count":53,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T10:14:43.476Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-11-01T12:17:17.000Z","updated_at":"2021-11-14T15:42:01.000Z","dependencies_parsed_at":"2023-05-16T07:00:10.641Z","dependency_job_id":null,"html_url":"https://github.com/oakmac/intro-to-ajax","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/oakmac%2Fintro-to-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fintro-to-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fintro-to-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fintro-to-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/intro-to-ajax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252856558,"owners_count":21814858,"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-10-14T11:32:06.701Z","updated_at":"2025-05-07T10:14:54.743Z","avatar_url":"https://github.com/oakmac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to AJAX\n\nThis repo contains exercises to introduce students to [AJAX].\n\nThese exercises assume some previous knowledge of JavaScript and basic DOM\ninteraction.\n\n[AJAX]:https://en.wikipedia.org/wiki/Ajax_(programming)\n\n## Instructions\n\n1. Clone this repo\n1. Start a [local web server](#running-a-local-web-server) in the main directory\n1. Load the file in your web browser from your local server\n1. Instructions can be found in the JavaScript files. Starting with `js/basic-ajax.js`\n\n## Running a local web server\n\nWeb browsers will not allow AJAX requests to be made against the local filesystem for security reasons.\nThis means that you cannot simply drag the `index.html` file onto your browser to view this exercise; you must run a local web server.\n\nAssuming you have [Node.js] and [npm] installed:\n\n```sh\n# install the npm \"serve\" module globally\nsudo npm install -g serve\n\n# cd into the directory you want to run your local web server\n\n# start the web server\nserve\n\n# serve should show some output to your terminal with a URL\n# load that URL in your browser to view this exercise\n```\n\n[Node.js]:https://nodejs.org/\n[npm]:https://www.npmjs.com/get-npm\n\n## License\n\n[ISC License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fintro-to-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fintro-to-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fintro-to-ajax/lists"}