{"id":23721639,"url":"https://github.com/realcyguy/iwanttocountfromone.js","last_synced_at":"2025-10-10T06:40:20.018Z","repository":{"id":117693765,"uuid":"261540388","full_name":"RealCyGuy/iwanttocountfromone.js","owner":"RealCyGuy","description":"A lightweight? (~20kb minfied), dependency-free, javascript library so you can count from 1.","archived":false,"fork":false,"pushed_at":"2023-03-04T18:35:37.000Z","size":83,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T15:05:59.485Z","etag":null,"topics":["count","javascript","javascript-library","js","js-library","library"],"latest_commit_sha":null,"homepage":"https://iwanttocountfromone.js.org","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/RealCyGuy.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":"2020-05-05T17:33:28.000Z","updated_at":"2023-02-24T02:53:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc9100bf-72e8-4d92-92b0-2ded93bcd462","html_url":"https://github.com/RealCyGuy/iwanttocountfromone.js","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/RealCyGuy/iwanttocountfromone.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealCyGuy%2Fiwanttocountfromone.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealCyGuy%2Fiwanttocountfromone.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealCyGuy%2Fiwanttocountfromone.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealCyGuy%2Fiwanttocountfromone.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealCyGuy","download_url":"https://codeload.github.com/RealCyGuy/iwanttocountfromone.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealCyGuy%2Fiwanttocountfromone.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002969,"owners_count":26083489,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["count","javascript","javascript-library","js","js-library","library"],"created_at":"2024-12-30T22:29:12.634Z","updated_at":"2025-10-10T06:40:19.989Z","avatar_url":"https://github.com/RealCyGuy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iWantToCountFromOne.js\n\n[![Codacy grade](https://img.shields.io/codacy/grade/6721e441781d481bad5876140ab99e19?style=for-the-badge)](https://app.codacy.com/manual/RealCyGuy/iwanttocountfromone.js/dashboard)\n[![GitHub license](https://img.shields.io/github/license/RealCyGuy/iwanttocountfromone.js?style=for-the-badge)](https://github.com/RealCyGuy/iwanttocountfromone.js/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/RealCyGuy/iwanttocountfromone.js?style=for-the-badge)](https://github.com/RealCyGuy/iwanttocountfromone.js/issues)\n[![GitHub forks](https://img.shields.io/github/forks/RealCyGuy/iwanttocountfromone.js?style=for-the-badge)](https://github.com/RealCyGuy/iwanttocountfromone.js/network)\n\n*A lightweight? (~20kb minfied), dependency-free, javascript library so you can count from 1.*\n\n## Installation\n\nLink into html:  \n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/realcyguy/iwanttocountfromone.js@1.0.0/dist/iwanttocountfromone.min.js\"\u003e\u003c/script\u003e\n```\n\nNow you're good to go!\n\n## Usage\n\nJust count by 1!\n\n```js\n// Start of code block.\nvar array = [\"hi\", \"bye\"];\nconsole.log(array[0]); // Normal way (counting by zero (bad (like very (very) bad))).\n\u003e\u003e \"hi\"\nconsole.log(array[iwanttocountfromone(1)]); // Very good and cool way.\n\u003e\u003e \"hi\"\nconsole.log(array[iwanttocountfromone(2)]);\n\u003e\u003e \"bye\"\n```\n\nDon't count from 0!\n\n```js\nconsole.log(array[iwanttocountfromone(0)]);\n\u003e\u003e NO COUNTING BY ZERO!!!\n```\n\n## Features\n\n- [x] Count from 1!\n- [ ] Cat gifs. (In progress)\n\n## Notes\n\n- Index may not exceed 1000.\n- Don't take this too seriously.\n\n## License\nLicensed under [MIT](https://github.com/RealCyGuy/iwanttocountfromone.js/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealcyguy%2Fiwanttocountfromone.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealcyguy%2Fiwanttocountfromone.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealcyguy%2Fiwanttocountfromone.js/lists"}