{"id":27309510,"url":"https://github.com/parmentf/node-file-concept-network","last_synced_at":"2025-07-06T07:03:00.596Z","repository":{"id":6456450,"uuid":"7696150","full_name":"parmentf/node-file-concept-network","owner":"parmentf","description":"ConceptNetwork with file persistance.","archived":false,"fork":false,"pushed_at":"2018-01-22T16:59:05.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T09:03:14.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/parmentf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-18T23:06:37.000Z","updated_at":"2018-01-22T16:59:06.000Z","dependencies_parsed_at":"2022-08-26T03:42:12.703Z","dependency_job_id":null,"html_url":"https://github.com/parmentf/node-file-concept-network","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fnode-file-concept-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fnode-file-concept-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fnode-file-concept-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fnode-file-concept-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parmentf","download_url":"https://codeload.github.com/parmentf/node-file-concept-network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248523138,"owners_count":21118444,"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":[],"created_at":"2025-04-12T05:30:06.027Z","updated_at":"2025-04-12T05:30:06.782Z","avatar_url":"https://github.com/parmentf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# file-concept-network [![Build Status](https://secure.travis-ci.org/parmentf/node-file-concept-network.png)](http://travis-ci.org/parmentf/node-file-concept-network) [![NPM version](https://badge.fury.io/js/file-concept-network.png)](http://badge.fury.io/js/file-concept-network)\n\nConcept Network is weighted directed graph, in which activation values are propagated. Written in [Node.js](http://nodejs.org).\n\nFile Concept Network is the version with file system persistence.\n\n## Getting Started\nInstall the module with: `npm install file-concept-network`\n\n```javascript\nvar FileConceptNetwork = require('file-concept-network').FileConceptNetwork;\nvar fcn = new FileConceptNetwork();\nvar node1 = fcn.addNode(\"ECTOR\");\nvar node2 = fcn.addNode(\"knows\");\nvar node3 = fcn.addNode(\"Achille\");\nfcn.addLink(node1.id, node2.id);\nfcn.addLink(node2.id, node3.id);\nfcn.save('cn.json', function (err) {\n  if (err) {\n    console.error(err);\n  }\n});\n```\n\n## Documentation\n_(Coming soon)_\n\n## Examples\n_(Coming soon)_\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint, and test your code using [mocha](http://mochajs.org/).\n\n## Release History\n* 2014/08/07: version 0.1.2: treat error cases\n* 2013/01/25: version 0.1.1: fix npm module\n* 2013/01/19: version 0.1.0\n\n## License\nCopyright (c) 2013 François Parmentier\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmentf%2Fnode-file-concept-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparmentf%2Fnode-file-concept-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmentf%2Fnode-file-concept-network/lists"}