{"id":21037641,"url":"https://github.com/mapledevjs/code-and-magick","last_synced_at":"2026-04-28T14:04:10.155Z","repository":{"id":42700903,"uuid":"234742335","full_name":"mapleDevJS/code-and-magick","owner":"mapleDevJS","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-21T19:53:16.000Z","size":1284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-13T20:42:53.684Z","etag":null,"topics":["eslint","javascript"],"latest_commit_sha":null,"homepage":"https://mapledevjs.github.io/code-and-magick/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapleDevJS.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-01-18T13:55:19.000Z","updated_at":"2024-06-21T19:53:20.000Z","dependencies_parsed_at":"2024-06-10T19:07:49.642Z","dependency_job_id":"2c6590ed-e380-4310-bf16-085a8f1098b2","html_url":"https://github.com/mapleDevJS/code-and-magick","commit_stats":null,"previous_names":["mapledevjs/code-and-magick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mapleDevJS/code-and-magick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Fcode-and-magick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Fcode-and-magick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Fcode-and-magick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Fcode-and-magick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapleDevJS","download_url":"https://codeload.github.com/mapleDevJS/code-and-magick/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapleDevJS%2Fcode-and-magick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32383791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["eslint","javascript"],"created_at":"2024-11-19T13:27:20.344Z","updated_at":"2026-04-28T14:04:10.128Z","avatar_url":"https://github.com/mapleDevJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Учебный проект «Код и Магия» [![Build status][travis-image]][travis-url]\n\n* Студент: [Alexey Ivanov](https://up.htmlacademy.ru/javascript/19/user/406527).\n* Наставник: `Неизвестно`.\n\n---\n\n_Не удаляйте и не обращайте внимание на файлы:_\u003cbr\u003e\n_`.editorconfig`, `.eslintrc`, `.gitattributes`, `.gitignore`, `.travis.yml`, `package-lock.json`, `package.json`._\n\n---\n\n### Памятка\n\n#### 1. Зарегистрируйтесь на Гитхабе\n\nЕсли у вас ещё нет аккаунта на [github.com](https://github.com/join), скорее зарегистрируйтесь.\n\n#### 2. Создайте форк\n\nОткройте репозиторий и нажмите кнопку «Fork» в правом верхнем углу. Репозиторий из Академии будет скопирован в ваш аккаунт.\n\n\u003cimg width=\"769\" alt=\"\" src=\"https://user-images.githubusercontent.com/10909/35275195-078bb816-0050-11e8-8708-89266d2fae5d.png\"\u003e\n\nПолучится вот так:\n\n\u003cimg width=\"769\" alt=\"\" src=\"https://user-images.githubusercontent.com/10909/35275196-07baf78e-0050-11e8-9275-404a4b63efb1.png\"\u003e\n\n#### 3. Клонируйте репозиторий на свой компьютер\n\nБудьте внимательны: нужно клонировать свой репозиторий (форк), а не репозиторий Академии. Также обратите внимание, что клонировать репозиторий нужно через SSH, а не через HTTPS. Нажмите зелёную кнопку в правой части экрана, чтобы скопировать SSH-адрес вашего репозитория:\n\n\u003cimg width=\"769\" alt=\"\" src=\"https://user-images.githubusercontent.com/10909/35275197-07d8e79e-0050-11e8-95c1-a30a433687d8.png\"\u003e\n\nКлонировать репозиторий можно так:\n\n```\ngit clone SSH-адрес_вашего_форка\n```\n\nКоманда клонирует репозиторий на ваш компьютер и подготовит всё необходимое для старта работы.\n\n#### 4. Начинайте обучение!\n\n---\n\n\u003ca href=\"https://htmlacademy.ru/intensive/javascript\"\u003e\u003cimg align=\"left\" width=\"50\" height=\"50\" alt=\"HTML Academy\" src=\"https://up.htmlacademy.ru/static/img/intensive/javascript/logo-for-github-2.png\"\u003e\u003c/a\u003e\n\nРепозиторий создан для обучения на интенсивном онлайн‑курсе «[Профессиональный JavaScript](https://htmlacademy.ru/intensive/javascript)», уровень 1 от [HTML Academy](https://htmlacademy.ru).\n\n[travis-image]: https://travis-ci.com/htmlacademy-javascript/406527-code-and-magick-19.svg?branch=master\n[travis-url]: https://travis-ci.com/htmlacademy-javascript/406527-code-and-magick-19\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapledevjs%2Fcode-and-magick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapledevjs%2Fcode-and-magick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapledevjs%2Fcode-and-magick/lists"}