{"id":26504508,"url":"https://github.com/devoxx/watsonsherlockdemo","last_synced_at":"2026-04-29T22:41:58.031Z","repository":{"id":69150830,"uuid":"60362928","full_name":"devoxx/watsonSherlockDemo","owner":"devoxx","description":"The nodeJS DeVoxxEd Watson project demo ","archived":false,"fork":false,"pushed_at":"2016-06-09T13:46:56.000Z","size":364,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-20T20:19:27.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/devoxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-06-03T16:43:00.000Z","updated_at":"2016-07-05T20:53:28.000Z","dependencies_parsed_at":"2024-03-30T17:56:01.518Z","dependency_job_id":null,"html_url":"https://github.com/devoxx/watsonSherlockDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devoxx/watsonSherlockDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxx%2FwatsonSherlockDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxx%2FwatsonSherlockDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxx%2FwatsonSherlockDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxx%2FwatsonSherlockDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devoxx","download_url":"https://codeload.github.com/devoxx/watsonSherlockDemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxx%2FwatsonSherlockDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279082953,"owners_count":26099529,"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-15T02:00:07.814Z","response_time":56,"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":[],"created_at":"2025-03-20T20:11:47.515Z","updated_at":"2025-10-15T13:28:27.048Z","avatar_url":"https://github.com/devoxx.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concept Insights Nodejs\n\n  The IBM Watson [Concept Insights][service_url] service links documents that you provide with a pre-existing graph of concepts based on Wikipedia (e.g. 'Solar Energy', 'Cognitive Systems', etc.). Two types of links are identified: explicit links when a document directly mentions a concept, and implicit links which connect your documents to relevant concepts that are not directly mentioned in them. Users of this service can also search for documents that are relevant to a concept or collection of concepts by exploring the explicit and implicit links.\n\nGive it a try! Click the button below to fork into IBM DevOps Services and deploy your own copy of this application on Bluemix.\n\n[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/watson-developer-cloud/concept-insights-nodejs)\n\n## Getting Started\n\n1. Create a Bluemix Account\n\n  [Sign up][sign_up] in Bluemix, or use an existing account. Watson Services in Beta are free to use.\n\n2. Download and install the [Cloud-foundry CLI][cloud_foundry] tool\n\n3. Edit the `manifest.yml` file and change the `\u003capplication-name\u003e` to something unique.\n  ```none\n  applications:\n  - name: \u003capplication-name\u003e\n    path: .\n    memory: 256M\n  ```\n  The name you use will determinate your application url initially, e.g. `\u003capplication-name\u003e.mybluemix.net`.\n\n4. Connect to Bluemix in the command line tool\n  ```sh\n  $ cf api https://api.ng.bluemix.net\n  $ cf login -u \u003cyour user ID\u003e\n  ```\n\n5. Create the following five Watson services in Bluemix\n\n  ```sh\n  $ cf create-service concept_insights standard concept-insights-standard\n  $ cf create-service speech_to_text standard speech-to-text-std\n  $ cf create-service language_translation standard language-translation-std\n  $ cf create-service alchemy_api free alchemy-api-free\n  $ cf create-service watson_vision_combined free watson-vision-free\n  ```\n\n6. Push it live!\n  ```sh\n  $ cf push\n  ```\n\n\n## Running locally\n  The application uses [Node.js](http://nodejs.org/) and [npm](https://www.npmjs.com/) so you will have to download and install them as part of the steps below.\n\n1. Copy the credentials from your `concept-insights-standard` service in Bluemix to `app.js`, you can see the credentials using:\n\n    ```sh\n    $ cf env \u003capplication-name\u003e\n    ```\n    Example output:\n    ```sh\n    System-Provided:\n    {\n    \"VCAP_SERVICES\": {\n      \"concept_insights\": [{\n          \"credentials\": {\n            \"url\": \"\u003curl\u003e\",\n            \"password\": \"\u003cpassword\u003e\",\n            \"username\": \"\u003cusername\u003e\"\n          },\n        \"label\": \"concept_insights\",\n        \"name\": \"concept-insights-standard\",\n        \"plan\": \"standard\"\n     }]\n    }\n    }\n    ```\n\n    You need to copy `username`, `password` and `url`.\n\n2. Install [Node.js](http://nodejs.org/)\n3. Go to the project folder in a terminal and run:\n    `npm install`\n4. Start the application\n5.  `node app.js`\n6. Go to `http://localhost:3000`\n\n## Troubleshooting\n\nTo troubleshoot your Bluemix app the main useful source of information are the logs, to see them, run:\n\n  ```sh\n  $ cf logs \u003capplication-name\u003e --recent\n  ```\n\n## License\n\n  This sample code is licensed under Apache 2.0. Full license text is available in [COPYING](LICENSE).\n\n## Contributing\n\n  See [CONTRIBUTING](CONTRIBUTING.md).\n\n## Open Source @ IBM\n  Find more open source projects on the [IBM Github Page](http://ibm.github.io/)\n\n[service_url]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/concept-insights.html\n[cloud_foundry]: https://github.com/cloudfoundry/cli\n[sign_up]: https://apps.admin.ibmcloud.com/manage/trial/bluemix.html?cm_mmc=WatsonDeveloperCloud-_-LandingSiteGetStarted-_-x-_-CreateAnAccountOnBluemixCLI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxx%2Fwatsonsherlockdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevoxx%2Fwatsonsherlockdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxx%2Fwatsonsherlockdemo/lists"}