Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aakashdeveloper/gartner_code_for_console


https://github.com/aakashdeveloper/gartner_code_for_console

Last synced: 22 days ago
JSON representation

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]
}
}
]