Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakashdeveloper/gartner_code_for_console
https://github.com/aakashdeveloper/gartner_code_for_console
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aakashdeveloper/gartner_code_for_console
- Owner: Aakashdeveloper
- Created: 2021-08-19T19:32:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T20:11:23.000Z (over 3 years ago)
- Last Synced: 2024-11-13T15:05:52.600Z (3 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Return Subsets of Click
# Technology Used
* JavaScript
* NodejS# NPM Package Use
* EJS
* Express# For Testing
* Jest# To start app
* npm start
* output will be displayed on console# To Test app
* npm run test# Final Output
[
{
ip: '11.11.11.11',
count: 5,
data: { '3': [Object], '7': [Object], '8': [Object] }
},
{
ip: '44.44.44.44',
count: 3,
data: { '3': [Object], '7': [Object], '14': [Object] }
},
{ ip: '33.33.33.33', count: 1, data: { '8': [Object] } },
{ ip: '66.66.66.66', count: 1, data: { '8': [Object] } },
{
ip: '55.55.55.55',
count: 10,
data: {
'14': [Object],
'15': [Object],
'16': [Object],
'17': [Object],
'18': [Object],
'19': [Object]
}
}
]