{"id":17963322,"url":"https://github.com/siffogh/consome","last_synced_at":"2025-03-25T05:32:14.616Z","repository":{"id":57206188,"uuid":"123722200","full_name":"siffogh/consome","owner":"siffogh","description":"Consome = Console + Awesome 🙌","archived":false,"fork":false,"pushed_at":"2018-03-09T18:02:45.000Z","size":407,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T09:13:56.013Z","etag":null,"topics":["console","javascript","node","nodejs","nodejs-console"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siffogh.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}},"created_at":"2018-03-03T18:58:06.000Z","updated_at":"2022-09-19T02:01:02.000Z","dependencies_parsed_at":"2022-09-11T05:20:28.081Z","dependency_job_id":null,"html_url":"https://github.com/siffogh/consome","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffogh%2Fconsome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffogh%2Fconsome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffogh%2Fconsome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffogh%2Fconsome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siffogh","download_url":"https://codeload.github.com/siffogh/consome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407578,"owners_count":20610227,"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":["console","javascript","node","nodejs","nodejs-console"],"created_at":"2024-10-29T11:30:44.337Z","updated_at":"2025-03-25T05:32:14.304Z","avatar_url":"https://github.com/siffogh.png","language":"JavaScript","readme":"# Consome = Console + Awesome :raised_hands:\nAdd a logAt(index, message) function to your NodeJS console.\n\n\n## Install\n\n```sh\nyarn add -D consome\n```\n\nor\n\n```sh\nnpm i -save-dev consome\n```\n\n## Basic Usage\n```js\nrequire('consome');\nconsole.logAt(0, 'logging something at line 0');\nconsole.logAt(2, 'logging something at line 2');\n```\n\n## Demo\nLet's implement a dynamic terminal loader:\n```js\nrequire('consome');\n\nconsole.log('----- Demo -----');\n\nconst loadingLine = console.log('Loading');\nsetInterval(() =\u003e {\n  console.logAt(loadingLine, `Loading ${loader.next()}`)\n}, 500);\n\nconsole.log('----- Fin -----');\n```\n### Result\n\u003cimg src=\"./demo.gif\" height=\"200px\" /\u003e\n\n\n## License\nUnless otherwise specified this project is licensed under [Apache License Version 2.0](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffogh%2Fconsome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiffogh%2Fconsome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffogh%2Fconsome/lists"}