{"id":32639817,"url":"https://github.com/ieee-vit/playing-with-numbers-node","last_synced_at":"2025-10-31T02:16:02.802Z","repository":{"id":53718685,"uuid":"299886236","full_name":"IEEE-VIT/playing-with-numbers-node","owner":"IEEE-VIT","description":"A simple node.js app that is used to calculate/check some special types of numbers. ","archived":false,"fork":false,"pushed_at":"2025-09-22T12:21:07.000Z","size":156,"stargazers_count":17,"open_issues_count":27,"forks_count":42,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T14:23:11.268Z","etag":null,"topics":["algorithms-and-data-structures","api","hacktoberfest","javascript","nodejs","opensource"],"latest_commit_sha":null,"homepage":"","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/IEEE-VIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-30T10:37:41.000Z","updated_at":"2025-09-22T12:32:49.000Z","dependencies_parsed_at":"2022-09-23T13:31:19.807Z","dependency_job_id":null,"html_url":"https://github.com/IEEE-VIT/playing-with-numbers-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IEEE-VIT/playing-with-numbers-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Fplaying-with-numbers-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Fplaying-with-numbers-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Fplaying-with-numbers-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Fplaying-with-numbers-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IEEE-VIT","download_url":"https://codeload.github.com/IEEE-VIT/playing-with-numbers-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEEE-VIT%2Fplaying-with-numbers-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281914594,"owners_count":26583095,"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-31T02:00:07.401Z","response_time":57,"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":["algorithms-and-data-structures","api","hacktoberfest","javascript","nodejs","opensource"],"created_at":"2025-10-31T02:15:35.064Z","updated_at":"2025-10-31T02:16:02.796Z","avatar_url":"https://github.com/IEEE-VIT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"40%\" src=\"https://hacktoberfest.digitalocean.com/assets/HF-full-logo-b05d5eb32b3f3ecc9b2240526104cf4da3187b8b61963dd9042fdc2536e4a76c.svg\"/\u003e\u003c/p\u003e\n\n# Hacktoberfest 2020 with IEEE-VIT :heart:\nPlaying with numbers is a simple node.js REST API that gives an output to basic problems such as checking palindrome, armstrong, etc. It's something that is super easy to contribute to and is a great place to get started with open source. \n\nSupport open source software by participating in [Hacktoberfest](hacktoberfest.digitalocean.com) and get goodies and a free t-shirt! :yellow_heart:\n\n\u003e Please check all issues labelled as `hacktoberfest` to start contributing!\n\nKindly consider leaving a :star: if you like the repository and our organisation.\n\n## Getting Started\n* Fork it.\n\n* Clone your forked repo and move inside it:\n\n`git clone https://github.com/\u003cyour-github-username\u003e/playing-with-numbers-node.git \u0026\u0026 cd playing-with-numbers-node`\n\n* Checkout to a new branch to work on an issue:\n\n`git checkout -b my-amazing-feature`\n\n* To get started, ensure you have node and npm installed on your device. \n* Execute the follwing command to get all the required dependencies\n\n`npm install`\n* To start the server, execute the following command\n\n`npm start`\n\n* In order to run tests, execute the following command\n\n`npm test`\n\n* All the routes have been setup inside the 'routes/routes.js' file. You can create new routes and add the logic to the respective feature there. \n\n* All the tests have been setup inside the 'tests/tests/js' file. You can create new tests and add them to the same file. \n\n* Once you're all done coding, it's time to open a PR :)\nRun the following commands from the root of the project directory:\n\n`git add .`\n\n`git commit -m \"A short description about the feature.\"`\n\n`git push origin \u003cmy-amazing-feature\u003e`\n\nOpen your forked repo in your browser and then raise a PR to the `master` branch of this repository!\n\n\n## Contributing\nTo start contributing, check out [CONTRIBUTING.md](https://github.com/IEEE-VIT/playing-with-numbers-node/blob/master/CONTRIBUTING.md). New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as `easy` or `good-first-issue` Check out issues labelled as `hacktoberfest` if you are up for some grabs! :) \n\n## License\nThis project is licensed under [MIT](https://github.com/IEEE-VIT/playing-with-numbers-node/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieee-vit%2Fplaying-with-numbers-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fieee-vit%2Fplaying-with-numbers-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieee-vit%2Fplaying-with-numbers-node/lists"}