{"id":19327065,"url":"https://github.com/nishkarshraj/javascript","last_synced_at":"2025-04-22T20:33:09.755Z","repository":{"id":99065254,"uuid":"195614449","full_name":"NishkarshRaj/JavaScript","owner":"NishkarshRaj","description":"Web Development programming in JavaScript.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:52:49.000Z","size":288,"stargazers_count":7,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T04:03:04.647Z","etag":null,"topics":["javascript","javascript-library","js","json","json-api","jsp-servlet"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NishkarshRaj.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}},"created_at":"2019-07-07T05:37:16.000Z","updated_at":"2024-05-29T08:04:38.000Z","dependencies_parsed_at":"2023-12-15T03:45:00.651Z","dependency_job_id":"2ec6ebe3-061b-4591-9aab-5b6195fd22bb","html_url":"https://github.com/NishkarshRaj/JavaScript","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/NishkarshRaj%2FJavaScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FJavaScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FJavaScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishkarshRaj%2FJavaScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NishkarshRaj","download_url":"https://codeload.github.com/NishkarshRaj/JavaScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250318991,"owners_count":21411029,"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":["javascript","javascript-library","js","json","json-api","jsp-servlet"],"created_at":"2024-11-10T02:15:52.962Z","updated_at":"2025-04-22T20:33:09.440Z","avatar_url":"https://github.com/NishkarshRaj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript\n\nClient Side Scripting in JavaScript\n\n# How to Contribute\n\n1. Fork the repository to your own GitHub account.\n\n2. Clone the repository to your local machine\n```\n$ git clone \"https://www.github.com/{Username}/JavaScript.git\"\n```\nwhere username is your GitHub account username.\n\n3. Create a branch where you can do your local work.\nNever work on **master** branch as we do not allow master commits except by admins.\n```\n$ git branch {branchname}\n$ git checkout branchname\n```\n\n4. Do your work and stage your changes.\n```\n$ git add \u003cfilename\u003e\n```\n\n5. Commit you changes with a commit message containing your name, file(s) worked upon, changes added.\n```\n$ git commit -m \"Name| files| Changes\"\n```\n\n6. Push changes to your forked repository\n```\n$ git push -u origin branchname\n```\n7. Create a pull request to the upstream repository.\n\n# Synchronize forked repository with Upstream repository\n\n1. Create upstream as our repository\n```\n$ git remote add upstream \"https://www.github.com/NishkarshRaj/JavaScript\"\n```\n\n2. Fetch upstream changes in local machine\n```\n$ git fetch upstream\n```\n\n3. Switch to master branch\n```\n$ git checkout master\n```\n\n4. Merge changes in local machine\n```\n$ git merge upstream/master\n```\n\n5. Push changes to your forked GitHub repository\n```\n$ git push -f origin master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fjavascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishkarshraj%2Fjavascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishkarshraj%2Fjavascript/lists"}