{"id":18357757,"url":"https://github.com/jamesjara/shodan-api-strongloop-connector","last_synced_at":"2025-04-10T02:33:15.233Z","repository":{"id":77259105,"uuid":"80053494","full_name":"jamesjara/shodan-api-strongloop-connector","owner":"jamesjara","description":"Strongloop connector for shodan APi","archived":false,"fork":false,"pushed_at":"2017-01-25T23:23:16.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T08:16:25.291Z","etag":null,"topics":["shodan","shodan-api","strongloop","strongloop-connector","strongly-typed"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesjara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-25T20:14:14.000Z","updated_at":"2017-04-25T17:45:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1597deb-3abc-452c-b9ef-ad11bd587050","html_url":"https://github.com/jamesjara/shodan-api-strongloop-connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesjara%2Fshodan-api-strongloop-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesjara%2Fshodan-api-strongloop-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesjara%2Fshodan-api-strongloop-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesjara%2Fshodan-api-strongloop-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesjara","download_url":"https://codeload.github.com/jamesjara/shodan-api-strongloop-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144311,"owners_count":21054906,"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":["shodan","shodan-api","strongloop","strongloop-connector","strongly-typed"],"created_at":"2024-11-05T22:15:21.263Z","updated_at":"2025-04-10T02:33:15.224Z","avatar_url":"https://github.com/jamesjara.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shodan-api-strongloop-connector\nStrongloop connector for shodan APi \n\n[Shodan](http://www.shodan.io/) connector for [LoopBack](http://www.loopback.io)\n\n## Customizing Shodan configuration for examples\n\nTo run the example you will need to provide your tokens\n\n\n### Installation\n\nIn your LoopBack project:\n    \n    $ npm install loopback-connector-shodan\n\n## Using the Connector\nTo use the connector, define the datasource using the connector in your `datasources.json` file:\n    \n    \"twilio\": {\n        \"name\": \"shodan\",\n        \"connector\": \"loopback-connector-shodan\",\n        \"token\": \"YOUR_TOKEN\"\n    }\n  \nNext, attach the created datasource to a model in the `model-config.json` file:\n\n    \"Explore\": {\n        \"dataSource\": \"shodan\",\n        \"public\": true\n    }\n    \nNow, using the created model, you can make calls using the `call` method of the model:\n    \n    Shodan.query(options, callback);\n     \n    \n## Running the Example\nTo run the example in the `/example/example.js` directory, you must set the following values in the file:\n\n    var SID = 'YXXXNT_SID';\n    var QUERY = 'YOURXXXOKEN'; \n\nNext, from the from the `/loopback-connector-shodan/` directory, install the `loopback` module using the following command:\n    \n    $ npm install loopback\n    \nFinally, run the example app using the following command from the `/loopback-connector-shodan/` directory:\n\n    $ node ./example/example.js\n    \n \n\n### Version\n0.1.0\n\nLicense\n----\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesjara%2Fshodan-api-strongloop-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesjara%2Fshodan-api-strongloop-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesjara%2Fshodan-api-strongloop-connector/lists"}